#04211B

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

Shades of Dark Green #04211B

Tints of Dark Green #04211B

Color information

#04211B (or 0x04211B) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 1B. RGB value is (4,33,27). Sum of RGB (Red+Green+Blue) = 4+33+27=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #04211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211B is #FBDEE4. Grayscale: #171717. Windows color (decimal): -16506597 or 1777924. OLE color: 1777924.

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

Color convert

RGB43327-
CMYK0.8800.180.87
HSL167.59º78.38%7.25%-
HSV(B)167.59º87.88%12.94%-
XYZ0.791.191.23-
YUV23.64129.89113.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 27 (10.94% from 255) = 42.19%
R=6.25%
G=51.56%
B=42.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433270.8800.180.87167.5978.387.25
Hex4211B5801257a84e7
Octal441331300221272501167
Binary1001000011101110110000100101010111101010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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