#031A12

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

Shades of Dark Green #031A12

Tints of Dark Green #031A12

Color information

#031A12 (or 0x031A12) is unknown color: approx Dark Green. HEX triplet: 03, 1A and 12. RGB value is (3,26,18). Sum of RGB (Red+Green+Blue) = 3+26+18=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #031A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A12 is #FCE5ED. Grayscale: #121212. Windows color (decimal): -16573934 or 1186307. OLE color: 1186307.

HSL color Cylindrical-coordinate representation of color #031A12: hue angle of 159.13º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031A12 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB32618-
CMYK0.8800.310.90
HSL159.13º79.31%5.69%-
HSV(B)159.13º88.46%10.2%-
XYZ0.520.80.7-
YUV18.21127.88117.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 26 (10.55% from 255) = 55.32%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=6.38%
G=55.32%
B=38.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal326180.8800.310.90159.1379.315.69
Hex31A125801F5A9f4f6
Octal332221300371322371176
Binary11110101001010110000111111011010100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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