#031E0C

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

Shades of Dark Green #031E0C

Tints of Dark Green #031E0C

Color information

#031E0C (or 0x031E0C) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 0C. RGB value is (3,30,12). Sum of RGB (Red+Green+Blue) = 3+30+12=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #031E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E0C is #FCE1F3. Grayscale: #131313. Windows color (decimal): -16572916 or 794115. OLE color: 794115.

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

Color convert

RGB33012-
CMYK0.9000.600.88
HSL140º81.82%6.47%-
HSV(B)140º90%11.76%-
XYZ0.570.970.51-
YUV19.87123.55115.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 30 (12.11% from 255) = 66.67%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=6.67%
G=66.67%
B=26.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330120.9000.600.8814081.826.47
Hex31EC5A03C588c526
Octal336141320741302141226
Binary11111101100101101001111001011000100011001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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