#042E28

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

Shades of Dark Green #042E28

Tints of Dark Green #042E28

Color information

#042E28 (or 0x042E28) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 28. RGB value is (4,46,40). Sum of RGB (Red+Green+Blue) = 4+46+40=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #042E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E28 is #FBD1D7. Grayscale: #202020. Windows color (decimal): -16503256 or 2633220. OLE color: 2633220.

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

Color convert

RGB44640-
CMYK0.9100.130.82
HSL171.43º84%9.8%-
HSV(B)171.43º91.3%18.04%-
XYZ1.412.132.34-
YUV32.76132.09107.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 46 (18.36% from 255) = 51.11%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=4.44%
G=51.11%
B=44.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446400.9100.130.82171.43849.8
Hex42E285B0D52ab54a
Octal4565013301512225312412
Binary10010111010100010110110110110100101010101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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