Html Css Color HEX #041F20 Dark Green

📋 copy color: '#041F20'

red 4 ◦ green 31 ◦ blue 32

#041F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #041F20

Tints of Dark Green #041F20

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 value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#041F20 (or 0x041F20) is known color: 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

RGB 4 31 32 -
CMYK 0.87 0.03 0 0.87
HSL 182.14º 0.78% 0.07% -
HSV(B) 182.14º 0.88% 0.13% -
XYZ 0.8 1.11 1.54 -
YUV 23.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 4 31 32 0.87 0.03 0 0.87 182.14 0.78 0.07
Hex 4 1F 20 57 3 0 57 B6 4E 7
Octal 4 37 40 127 3 0 127 266 116 7
Binary 100 11111 100000 1010111 11 0 1010111 10110110 1001110 111

Color Harmonies of #041F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F20

Black with #041F20

Text Example


Text Example

White with #041F20

Text Example


Text Example

HTML Codes & Css Web 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>