#042E27

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

Shades of Dark Green #042E27

Tints of Dark Green #042E27

Color information

#042E27 (or 0x042E27) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 27. RGB value is (4,46,39). Sum of RGB (Red+Green+Blue) = 4+46+39=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #042E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E27 is #FBD1D8. Grayscale: #202020. Windows color (decimal): -16503257 or 2567684. OLE color: 2567684.

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

Color convert

RGB44639-
CMYK0.9100.150.82
HSL170º84%9.8%-
HSV(B)170º91.3%18.04%-
XYZ1.392.132.26-
YUV32.64131.59107.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 46 (18.36% from 255) = 51.69%
BLUE value IS 39 (15.62% from 255) = 43.82%
R=4.49%
G=51.69%
B=43.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446390.9100.150.82170849.8
Hex42E275B0F52aa54a
Octal4564713301712225212412
Binary10010111010011110110110111110100101010101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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