#042E21

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

Shades of Dark Green #042E21

Tints of Dark Green #042E21

Color information

#042E21 (or 0x042E21) is unknown color: approx Dark Green. HEX triplet: 04, 2E and 21. RGB value is (4,46,33). Sum of RGB (Red+Green+Blue) = 4+46+33=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 46 (18.36% from 255 or 55.42% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 46 - color contains mainly: green. Hex color #042E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042E21 is #FBD1DE. Grayscale: #1F1F1F. Windows color (decimal): -16503263 or 2174468. OLE color: 2174468.

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

Color convert

RGB44633-
CMYK0.9100.280.82
HSL161.43º84%9.8%-
HSV(B)161.43º91.3%18.04%-
XYZ1.32.091.77-
YUV31.96128.59108.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 46 (18.36% from 255) = 55.42%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=4.82%
G=55.42%
B=39.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal446330.9100.280.82161.43849.8
Hex42E215B01C52a154a
Octal4564113303412224112412
Binary100101110100001101101101110010100101010000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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