#042D22

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

Shades of Dark Green #042D22

Tints of Dark Green #042D22

Color information

#042D22 (or 0x042D22) is unknown color: approx Dark Green. HEX triplet: 04, 2D and 22. RGB value is (4,45,34). Sum of RGB (Red+Green+Blue) = 4+45+34=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 45 (17.97% from 255 or 54.22% from 83); Blue value is 34 (13.67% from 255 or 40.96% from 83); Max value from RGB is 45 - color contains mainly: green. Hex color #042D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042D22 is #FBD2DD. Grayscale: #1F1F1F. Windows color (decimal): -16503518 or 2239748. OLE color: 2239748.

HSL color Cylindrical-coordinate representation of color #042D22: hue angle of 163.9º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042D22 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.

Color convert

RGB44534-
CMYK0.9100.240.82
HSL163.9º83.67%9.61%-
HSV(B)163.9º91.11%17.65%-
XYZ1.282.021.84-
YUV31.49129.42108.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 45 (17.97% from 255) = 54.22%
BLUE value IS 34 (13.67% from 255) = 40.96%
R=4.82%
G=54.22%
B=40.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal445340.9100.240.82163.983.679.61
Hex42D225B01852a454a
Octal4554213303012224412412
Binary100101101100010101101101100010100101010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042D22; }

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

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

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

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

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

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

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

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