#031812

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

Shades of Dark Green #031812

Tints of Dark Green #031812

Color information

#031812 (or 0x031812) is unknown color: approx Dark Green. HEX triplet: 03, 18 and 12. RGB value is (3,24,18). Sum of RGB (Red+Green+Blue) = 3+24+18=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #031812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031812 is #FCE7ED. Grayscale: #111111. Windows color (decimal): -16574446 or 1185795. OLE color: 1185795.

HSL color Cylindrical-coordinate representation of color #031812: hue angle of 162.86º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031812 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB32418-
CMYK0.8800.250.91
HSL162.86º77.78%5.29%-
HSV(B)162.86º87.5%9.41%-
XYZ0.470.720.69-
YUV17.04128.54117.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 24 (9.77% from 255) = 53.33%
BLUE value IS 18 (7.42% from 255) = 40%
R=6.67%
G=53.33%
B=40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal324180.8800.250.91162.8677.785.29
Hex31812580195Ba34e5
Octal330221300311332431165
Binary11110001001010110000110011011011101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031812; }

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

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

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

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

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

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

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

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