#042E25

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

Shades of Dark Green #042E25

Tints of Dark Green #042E25

Color information

#042E25 (or 0x042E25) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 25. RGB value is (4,46,37). Sum of RGB (Red+Green+Blue) = 4+46+37=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #042E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E25 is #FBD1DA. Grayscale: #202020. Windows color (decimal): -16503259 or 2436612. OLE color: 2436612.

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

Color convert

RGB44637-
CMYK0.9100.200.82
HSL167.14º84%9.8%-
HSV(B)167.14º91.3%18.04%-
XYZ1.362.112.09-
YUV32.42130.59107.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 46 (18.36% from 255) = 52.87%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=4.60%
G=52.87%
B=42.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446370.9100.200.82167.14849.8
Hex42E255B01452a754a
Octal4564513302412224712412
Binary100101110100101101101101010010100101010011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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