#042E2B

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

Shades of Dark Green #042E2B

Tints of Dark Green #042E2B

Color information

#042E2B (or 0x042E2B) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 2B. RGB value is (4,46,43). Sum of RGB (Red+Green+Blue) = 4+46+43=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #042E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E2B is #FBD1D4. Grayscale: #212121. Windows color (decimal): -16503253 or 2829828. OLE color: 2829828.

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

Color convert

RGB44643-
CMYK0.9100.070.82
HSL175.71º84%9.8%-
HSV(B)175.71º91.3%18.04%-
XYZ1.462.152.62-
YUV33.1133.59107.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 46 (18.36% from 255) = 49.46%
BLUE value IS 43 (17.19% from 255) = 46.24%
R=4.30%
G=49.46%
B=46.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446430.9100.070.82175.71849.8
Hex42E2B5B0752b054a
Octal456531330712226012412
Binary1001011101010111011011011110100101011000010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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