#011E0C

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

Shades of Dark Green #011E0C

Tints of Dark Green #011E0C

Color information

#011E0C (or 0x011E0C) is unknown color: approx Dark Green. HEX triplet: 01, 1E and 0C. RGB value is (1,30,12). Sum of RGB (Red+Green+Blue) = 1+30+12=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 30 (12.11% from 255 or 69.77% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 30 - color contains mainly: green. Hex color #011E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E0C is #FEE1F3. Grayscale: #131313. Windows color (decimal): -16703988 or 794113. OLE color: 794113.

HSL color Cylindrical-coordinate representation of color #011E0C: hue angle of 142.76º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E0C is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB13012-
CMYK0.9700.600.88
HSL142.76º93.55%6.08%-
HSV(B)142.76º96.67%11.76%-
XYZ0.540.960.5-
YUV19.28123.89114.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 30 (12.11% from 255) = 69.77%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=2.33%
G=69.77%
B=27.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal130120.9700.600.88142.7693.556.08
Hex11EC6103C588f5e6
Octal136141410741302171366
Binary1111101100110000101111001011000100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E0C; }

 p { color: rgb(1,30,12); }

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

<style>
 a { background-color: #011E0C; }

 a { background-color: rgb(1,30,12); }

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

<style>
 span { border-color: #011E0C; }

 span { border-color: rgb(1,30,12); }

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