#04211C

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

Shades of Dark Green #04211C

Tints of Dark Green #04211C

Color information

#04211C (or 0x04211C) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 1C. RGB value is (4,33,28). Sum of RGB (Red+Green+Blue) = 4+33+28=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #04211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211C is #FBDEE3. Grayscale: #171717. Windows color (decimal): -16506596 or 1843460. OLE color: 1843460.

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

Color convert

RGB43328-
CMYK0.8800.150.87
HSL169.66º78.38%7.25%-
HSV(B)169.66º87.88%12.94%-
XYZ0.81.21.29-
YUV23.76130.39113.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 33 (13.28% from 255) = 50.77%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=6.15%
G=50.77%
B=43.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433280.8800.150.87169.6678.387.25
Hex4211C580F57aa4e7
Octal441341300171272521167
Binary100100001111001011000011111010111101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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