#031E18

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

Shades of Dark Green #031E18

Tints of Dark Green #031E18

Color information

#031E18 (or 0x031E18) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 18. RGB value is (3,30,24). Sum of RGB (Red+Green+Blue) = 3+30+24=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #031E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E18 is #FCE1E7. Grayscale: #151515. Windows color (decimal): -16572904 or 1580547. OLE color: 1580547.

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

Color convert

RGB33024-
CMYK0.9000.200.88
HSL166.67º81.82%6.47%-
HSV(B)166.67º90%11.76%-
XYZ0.671.011.02-
YUV21.24129.55114.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 30 (12.11% from 255) = 52.63%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=5.26%
G=52.63%
B=42.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330240.9000.200.88166.6781.826.47
Hex31E185A01458a7526
Octal336301320241302471226
Binary11111101100010110100101001011000101001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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