#042E29

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

Shades of Dark Green #042E29

Tints of Dark Green #042E29

Color information

#042E29 (or 0x042E29) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 29. RGB value is (4,46,41). Sum of RGB (Red+Green+Blue) = 4+46+41=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #042E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E29 is #FBD1D6. Grayscale: #202020. Windows color (decimal): -16503255 or 2698756. OLE color: 2698756.

HSL color Cylindrical-coordinate representation of color #042E29: hue angle of 172.86º 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 #042E29 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB44641-
CMYK0.9100.110.82
HSL172.86º84%9.8%-
HSV(B)172.86º91.3%18.04%-
XYZ1.432.142.44-
YUV32.87132.59107.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 46 (18.36% from 255) = 50.55%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=4.40%
G=50.55%
B=45.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446410.9100.110.82172.86849.8
Hex42E295B0B52ad54a
Octal4565113301312225512412
Binary10010111010100110110110101110100101010110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,46,41); }

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

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

 a { background-color: rgb(4,46,41); }

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

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

 span { border-color: rgb(4,46,41); }

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