#031512

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

Shades of Dark Green #031512

Tints of Dark Green #031512

Color information

#031512 (or 0x031512) is unknown color: approx Dark Green. HEX triplet: 03, 15 and 12. RGB value is (3,21,18). Sum of RGB (Red+Green+Blue) = 3+21+18=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #031512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031512 is #FCEAED. Grayscale: #0F0F0F. Windows color (decimal): -16575214 or 1185027. OLE color: 1185027.

HSL color Cylindrical-coordinate representation of color #031512: hue angle of 170º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031512 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB32118-
CMYK0.8600.140.92
HSL170º75%4.71%-
HSV(B)170º85.71%8.24%-
XYZ0.410.60.67-
YUV15.28129.54119.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.14%
GREEN value IS 21 (8.59% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=7.14%
G=50%
B=42.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal321180.8600.140.92170754.71
Hex31512560E5Caa4b5
Octal325221260161342521135
Binary1110101100101010110011101011100101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031512; }

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

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

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

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

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

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

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

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