#031F12

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

Shades of Dark Green #031F12

Tints of Dark Green #031F12

Color information

#031F12 (or 0x031F12) is unknown color: approx Dark Green. HEX triplet: 03, 1F and 12. RGB value is (3,31,18). Sum of RGB (Red+Green+Blue) = 3+31+18=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #031F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F12 is #FCE0ED. Grayscale: #151515. Windows color (decimal): -16572654 or 1187587. OLE color: 1187587.

HSL color Cylindrical-coordinate representation of color #031F12: hue angle of 152.14º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031F12 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.

Color convert

RGB33118-
CMYK0.9000.420.88
HSL152.14º82.35%6.67%-
HSV(B)152.14º90.32%12.16%-
XYZ0.641.040.74-
YUV21.15126.22115.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 31 (12.5% from 255) = 59.62%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=5.77%
G=59.62%
B=34.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal331180.9000.420.88152.1482.356.67
Hex31F125A02A5898527
Octal337221320521302301227
Binary111111110010101101001010101011000100110001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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