#04210F

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

Shades of Dark Green #04210F

Tints of Dark Green #04210F

Color information

#04210F (or 0x04210F) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 0F. RGB value is (4,33,15). Sum of RGB (Red+Green+Blue) = 4+33+15=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #04210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04210F is #FBDEF0. Grayscale: #161616. Windows color (decimal): -16506609 or 991492. OLE color: 991492.

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

Color convert

RGB43315-
CMYK0.8800.550.87
HSL142.76º78.38%7.25%-
HSV(B)142.76º87.88%12.94%-
XYZ0.681.150.64-
YUV22.28123.89114.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.69%
GREEN value IS 33 (13.28% from 255) = 63.46%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=7.69%
G=63.46%
B=28.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433150.8800.550.87142.7678.387.25
Hex421F58037578f4e7
Octal441171300671272171167
Binary1001000011111101100001101111010111100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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