#04210C

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

Shades of Dark Green #04210C

Tints of Dark Green #04210C

Color information

#04210C (or 0x04210C) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 0C. RGB value is (4,33,12). Sum of RGB (Red+Green+Blue) = 4+33+12=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #04210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04210C is #FBDEF3. Grayscale: #151515. Windows color (decimal): -16506612 or 794884. OLE color: 794884.

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

Color convert

RGB43312-
CMYK0.8800.640.87
HSL136.55º78.38%7.25%-
HSV(B)136.55º87.88%12.94%-
XYZ0.661.140.53-
YUV21.94122.39115.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.16%
GREEN value IS 33 (13.28% from 255) = 67.35%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=8.16%
G=67.35%
B=24.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433120.8800.640.87136.5578.387.25
Hex421C5804057894e7
Octal4411413001001272111167
Binary10010000111001011000010000001010111100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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