#042213

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

Shades of Dark Green #042213

Tints of Dark Green #042213

Color information

#042213 (or 0x042213) is unknown color: approx Dark Green. HEX triplet: 04, 22 and 13. RGB value is (4,34,19). Sum of RGB (Red+Green+Blue) = 4+34+19=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 34 (13.67% from 255 or 59.65% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 34 - color contains mainly: green. Hex color #042213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042213 is #FBDDEC. Grayscale: #171717. Windows color (decimal): -16506349 or 1253892. OLE color: 1253892.

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

Color convert

RGB43419-
CMYK0.8800.440.87
HSL150º78.95%7.45%-
HSV(B)150º88.24%13.33%-
XYZ0.741.220.81-
YUV23.32125.56114.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 34 (13.67% from 255) = 59.65%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=7.02%
G=59.65%
B=33.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal434190.8800.440.8715078.957.45
Hex422135802C57964f7
Octal442231300541272261177
Binary10010001010011101100001011001010111100101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042213; }

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

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

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

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

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

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

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

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