#04211D

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

Shades of Dark Green #04211D

Tints of Dark Green #04211D

Color information

#04211D (or 0x04211D) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 1D. RGB value is (4,33,29). Sum of RGB (Red+Green+Blue) = 4+33+29=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #04211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211D is #FBDEE2. Grayscale: #171717. Windows color (decimal): -16506595 or 1908996. OLE color: 1908996.

HSL color Cylindrical-coordinate representation of color #04211D: hue angle of 171.72º 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 #04211D is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB43329-
CMYK0.8800.120.87
HSL171.72º78.38%7.25%-
HSV(B)171.72º87.88%12.94%-
XYZ0.821.21.35-
YUV23.87130.89113.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 33 (13.28% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=6.06%
G=50%
B=43.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433290.8800.120.87171.7278.387.25
Hex4211D580C57ac4e7
Octal441351300141272541167
Binary100100001111011011000011001010111101011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04211D; }

 p { color: rgb(4,33,29); }

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

<style>
 a { background-color: #04211D; }

 a { background-color: rgb(4,33,29); }

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

<style>
 span { border-color: #04211D; }

 span { border-color: rgb(4,33,29); }

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