#031F20

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

Shades of Dark Green #031F20

Tints of Dark Green #031F20

Color information

#031F20 (or 0x031F20) is unknown color: approx Dark Green. HEX triplet: 03, 1F and 20. RGB value is (3,31,32). Sum of RGB (Red+Green+Blue) = 3+31+32=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #031F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F20 is #FCE0DF. Grayscale: #161616. Windows color (decimal): -16572640 or 2105091. OLE color: 2105091.

HSL color Cylindrical-coordinate representation of color #031F20: hue angle of 182.07º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031F20 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB33132-
CMYK0.910.0300.87
HSL182.07º82.86%6.86%-
HSV(B)182.07º90.62%12.55%-
XYZ0.791.11.54-
YUV22.74133.22113.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=4.55%
G=46.97%
B=48.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal331320.910.0300.87182.0782.866.86
Hex31F205B3057b6537
Octal33740133301272661237
Binary111111110000010110111101010111101101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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