#001E0C

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

Shades of Dark Green #001E0C

Tints of Dark Green #001E0C

Color information

#001E0C (or 0x001E0C) is unknown color: approx Dark Green. HEX triplet: 00, 1E and 0C. RGB value is (0,30,12). Sum of RGB (Red+Green+Blue) = 0+30+12=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 30 (12.11% from 255 or 71.43% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 30 - color contains mainly: green. Hex color #001E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001E0C is #FFE1F3. Grayscale: #131313. Windows color (decimal): -16769524 or 794112. OLE color: 794112.

HSL color Cylindrical-coordinate representation of color #001E0C: hue angle of 144º 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 #001E0C is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB03012-
CMYK100.600.88
HSL144º100%5.88%-
HSV(B)144º100%11.76%-
XYZ0.530.960.5-
YUV18.98124.06114.46-

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) = 71.43%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=0%
G=71.43%
B=28.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal03012100.600.881441005.88
Hex01EC6403C5890646
Octal036141440741302201446
Binary0111101100110010001111001011000100100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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