#001F20

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

Shades of Dark Green #001F20

Tints of Dark Green #001F20

Color information

#001F20 (or 0x001F20) is unknown color: approx Dark Green. HEX triplet: 00, 1F and 20. RGB value is (0,31,32). Sum of RGB (Red+Green+Blue) = 0+31+32=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #001F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F20 is #FFE0DF. Grayscale: #151515. Windows color (decimal): -16769248 or 2105088. OLE color: 2105088.

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

Color convert

RGB03132-
CMYK10.0300.87
HSL181.88º100%6.27%-
HSV(B)181.88º100%12.55%-
XYZ0.751.081.54-
YUV21.84133.73112.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 49.21%
BLUE value IS 32 (12.89% from 255) = 50.79%
R=0%
G=49.21%
B=50.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0313210.0300.87181.881006.27
Hex01F20643057b6646
Octal03740144301272661446
Binary01111110000011001001101010111101101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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