#001E0B

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

Shades of Dark Green #001E0B

Tints of Dark Green #001E0B

Color information

#001E0B (or 0x001E0B) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 0B. RGB value is (0,30,11). Sum of RGB (Red+Green+Blue) = 0+30+11=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 30 (12.11% from 255 or 73.17% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 30 - color contains mainly: green. Hex color #001E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E0B is #FFE1F4. Grayscale: #121212. Windows color (decimal): -16769525 or 728576. OLE color: 728576.

HSL color Cylindrical-coordinate representation of color #001E0B: hue angle of 142º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E0B is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.88.

Color convert

RGB03011-
CMYK100.630.88
HSL142º100%5.88%-
HSV(B)142º100%11.76%-
XYZ0.520.950.47-
YUV18.86123.56114.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 73.17%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=0%
G=73.17%
B=26.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03011100.630.881421005.88
Hex01EB6403F588e646
Octal036131440771302161446
Binary0111101011110010001111111011000100011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001E0B; }

 p { color: rgb(0,30,11); }

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

<style>
 a { background-color: #001E0B; }

 a { background-color: rgb(0,30,11); }

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

<style>
 span { border-color: #001E0B; }

 span { border-color: rgb(0,30,11); }

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