#031C12

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

Shades of Dark Green #031C12

Tints of Dark Green #031C12

Color information

#031C12 (or 0x031C12) is unknown color: approx Dark Green. HEX triplet: 03, 1C and 12. RGB value is (3,28,18). Sum of RGB (Red+Green+Blue) = 3+28+18=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #031C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C12 is #FCE3ED. Grayscale: #131313. Windows color (decimal): -16573422 or 1186819. OLE color: 1186819.

HSL color Cylindrical-coordinate representation of color #031C12: hue angle of 156º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C12 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB32818-
CMYK0.8900.360.89
HSL156º80.65%6.08%-
HSV(B)156º89.29%10.98%-
XYZ0.560.890.72-
YUV19.38127.22116.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 28 (11.33% from 255) = 57.14%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=6.12%
G=57.14%
B=36.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal328180.8900.360.8915680.656.08
Hex31C1259024599c516
Octal334221310441312341216
Binary111110010010101100101001001011001100111001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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