#022E28

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

Shades of Dark Green #022E28

Tints of Dark Green #022E28

Color information

#022E28 (or 0x022E28) is unknown color: approx Dark Green. HEX triplet: 02, 2E and 28. RGB value is (2,46,40). Sum of RGB (Red+Green+Blue) = 2+46+40=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 46 (18.36% from 255 or 52.27% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 46 - color contains mainly: green. Hex color #022E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E28 is #FDD1D7. Grayscale: #202020. Windows color (decimal): -16634328 or 2633218. OLE color: 2633218.

HSL color Cylindrical-coordinate representation of color #022E28: hue angle of 171.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022E28 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB24640-
CMYK0.9600.130.82
HSL171.82º91.67%9.41%-
HSV(B)171.82º95.65%18.04%-
XYZ1.392.122.34-
YUV32.16132.42106.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 46 (18.36% from 255) = 52.27%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=2.27%
G=52.27%
B=45.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal246400.9600.130.82171.8291.679.41
Hex22E28600D52ac5c9
Octal2565014001512225413411
Binary1010111010100011000000110110100101010110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022E28; }

 p { color: rgb(2,46,40); }

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

<style>
 a { background-color: #022E28; }

 a { background-color: rgb(2,46,40); }

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

<style>
 span { border-color: #022E28; }

 span { border-color: rgb(2,46,40); }

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