#041F20

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

Shades of Dark Green #041F20

Tints of Dark Green #041F20

Color information

#041F20 (or 0x041F20) is unknown color: approx Dark Green. HEX triplet: 04, 1F and 20. RGB value is (4,31,32). Sum of RGB (Red+Green+Blue) = 4+31+32=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: blue. Hex color #041F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F20 is #FBE0DF. Grayscale: #171717. Windows color (decimal): -16507104 or 2105092. OLE color: 2105092.

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

Color convert

RGB43132-
CMYK0.870.0300.87
HSL182.14º77.78%7.06%-
HSV(B)182.14º87.5%12.55%-
XYZ0.81.111.54-
YUV23.04133.05114.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.97%
GREEN value IS 31 (12.5% from 255) = 46.27%
BLUE value IS 32 (12.89% from 255) = 47.76%
R=5.97%
G=46.27%
B=47.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal431320.870.0300.87182.1477.787.06
Hex41F20573057b64e7
Octal43740127301272661167
Binary1001111110000010101111101010111101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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