#031E12

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

Shades of Dark Green #031E12

Tints of Dark Green #031E12

Color information

#031E12 (or 0x031E12) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 12. RGB value is (3,30,18). Sum of RGB (Red+Green+Blue) = 3+30+18=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #031E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E12 is #FCE1ED. Grayscale: #141414. Windows color (decimal): -16572910 or 1187331. OLE color: 1187331.

HSL color Cylindrical-coordinate representation of color #031E12: hue angle of 153.33º 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 #031E12 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB33018-
CMYK0.9000.400.88
HSL153.33º81.82%6.47%-
HSV(B)153.33º90%11.76%-
XYZ0.610.990.73-
YUV20.56126.55115.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=5.88%
G=58.82%
B=35.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330180.9000.400.88153.3381.826.47
Hex31E125A0285899526
Octal336221320501302311226
Binary111111010010101101001010001011000100110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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