#01CE2B

Color #01CE2B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01CE2B

Tints of Dark Pastel Green #01CE2B

Color information

#01CE2B (or 0x01CE2B) is unknown color: approx Dark Pastel Green. HEX triplet: 01, CE and 2B. RGB value is (1,206,43). Sum of RGB (Red+Green+Blue) = 1+206+43=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 206 (80.86% from 255 or 82.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 206 - color contains mainly: green. Hex color #01CE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CE2B is #FE31D4. Grayscale: #7E7E7E. Windows color (decimal): -16658901 or 2870785. OLE color: 2870785.

HSL color Cylindrical-coordinate representation of color #01CE2B: hue angle of 132.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CE2B is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB120643-
CMYK1.0000.790.19
HSL132.29º99.03%40.59%-
HSV(B)132.29º99.51%80.78%-
XYZ22.5244.329.65-
YUV126.1281.0838.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.4%
GREEN value IS 206 (80.86% from 255) = 82.4%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=0.4%
G=82.4%
B=17.2%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1206431.0000.790.19132.2999.0340.59
Hex1CE2B6404F13846329
Octal13165314401172320414351
Binary11100111010101111001000100111110011100001001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01CE2B; }

 p { color: rgb(1,206,43); }

 H1.HeaderClassName
 {
   color: #01CE2B;
 }
 .AnyTagClassName
 {
   color: #01CE2B;
 }
</style>
background-color css

<style>
 a { background-color: #01CE2B; }

 a { background-color: rgb(1,206,43); }

 div.DivClassName
 {
   background-color: #01CE2B;
 }
 .BgClassName
 {
   background-color: #01CE2B;
 }
</style>
border-color css

<style>
 span { border-color: #01CE2B; }

 span { border-color: rgb(1,206,43); }

 td.TdClassName
 {
   border-color: #01CE2B;
 }
 .TagClassName
 {
   border-color: #01CE2B;
 }
</style>