#04211A

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

Shades of Dark Green #04211A

Tints of Dark Green #04211A

Color information

#04211A (or 0x04211A) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 1A. RGB value is (4,33,26). Sum of RGB (Red+Green+Blue) = 4+33+26=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #04211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04211A is #FBDEE5. Grayscale: #171717. Windows color (decimal): -16506598 or 1712388. OLE color: 1712388.

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

Color convert

RGB43326-
CMYK0.8800.210.87
HSL165.52º78.38%7.25%-
HSV(B)165.52º87.88%12.94%-
XYZ0.781.191.17-
YUV23.53129.39114.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=6.35%
G=52.38%
B=41.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433260.8800.210.87165.5278.387.25
Hex4211A5801557a64e7
Octal441321300251272461167
Binary1001000011101010110000101011010111101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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