#04220F

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

Shades of Dark Green #04220F

Tints of Dark Green #04220F

Color information

#04220F (or 0x04220F) is unknown color: approx Dark Green. HEX triplet: 04, 22 and 0F. RGB value is (4,34,15). Sum of RGB (Red+Green+Blue) = 4+34+15=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #04220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04220F is #FBDDF0. Grayscale: #161616. Windows color (decimal): -16506353 or 991748. OLE color: 991748.

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

Color convert

RGB43415-
CMYK0.8800.560.87
HSL142º78.95%7.45%-
HSV(B)142º88.24%13.33%-
XYZ0.711.20.65-
YUV22.86123.56114.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 34 (13.67% from 255) = 64.15%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=7.55%
G=64.15%
B=28.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal434150.8800.560.8714278.957.45
Hex422F58038578e4f7
Octal442171300701272161177
Binary1001000101111101100001110001010111100011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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