#042E2A

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

Shades of Dark Green #042E2A

Tints of Dark Green #042E2A

Color information

#042E2A (or 0x042E2A) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 2A. RGB value is (4,46,42). Sum of RGB (Red+Green+Blue) = 4+46+42=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #042E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E2A is #FBD1D5. Grayscale: #202020. Windows color (decimal): -16503254 or 2764292. OLE color: 2764292.

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

Color convert

RGB44642-
CMYK0.9100.090.82
HSL174.29º84%9.8%-
HSV(B)174.29º91.3%18.04%-
XYZ1.442.152.53-
YUV32.99133.09107.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 46 (18.36% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 45.65%
R=4.35%
G=50%
B=45.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446420.9100.090.82174.29849.8
Hex42E2A5B0952ae54a
Octal4565213301112225612412
Binary10010111010101010110110100110100101010111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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