#031F14

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

Shades of Dark Green #031F14

Tints of Dark Green #031F14

Color information

#031F14 (or 0x031F14) is unknown color: approx Dark Green. HEX triplet: 03, 1F and 14. RGB value is (3,31,20). Sum of RGB (Red+Green+Blue) = 3+31+20=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #031F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F14 is #FCE0EB. Grayscale: #151515. Windows color (decimal): -16572652 or 1318659. OLE color: 1318659.

HSL color Cylindrical-coordinate representation of color #031F14: hue angle of 156.43º 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 #031F14 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB33120-
CMYK0.9000.350.88
HSL156.43º82.35%6.67%-
HSV(B)156.43º90.32%12.16%-
XYZ0.651.050.83-
YUV21.37127.22114.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 31 (12.5% from 255) = 57.41%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=5.56%
G=57.41%
B=37.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal331200.9000.350.88156.4382.356.67
Hex31F145A023589c527
Octal337241320431302341227
Binary111111110100101101001000111011000100111001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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