#031F15

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

Shades of Dark Green #031F15

Tints of Dark Green #031F15

Color information

#031F15 (or 0x031F15) is unknown color: approx Dark Green. HEX triplet: 03, 1F and 15. RGB value is (3,31,21). Sum of RGB (Red+Green+Blue) = 3+31+21=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #031F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F15 is #FCE0EA. Grayscale: #151515. Windows color (decimal): -16572651 or 1384195. OLE color: 1384195.

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

Color convert

RGB33121-
CMYK0.9000.320.88
HSL158.57º82.35%6.67%-
HSV(B)158.57º90.32%12.16%-
XYZ0.661.050.88-
YUV21.49127.72114.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 31 (12.5% from 255) = 56.36%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=5.45%
G=56.36%
B=38.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal331210.9000.320.88158.5782.356.67
Hex31F155A020589f527
Octal337251320401302371227
Binary111111110101101101001000001011000100111111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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