#022818

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

Shades of Dark Green #022818

Tints of Dark Green #022818

Color information

#022818 (or 0x022818) is unknown color: approx Dark Green. HEX triplet: 02, 28 and 18. RGB value is (2,40,24). Sum of RGB (Red+Green+Blue) = 2+40+24=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 40 (16.02% from 255 or 60.61% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 40 - color contains mainly: green. Hex color #022818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022818 is #FDD7E7. Grayscale: #1A1A1A. Windows color (decimal): -16635880 or 1583106. OLE color: 1583106.

HSL color Cylindrical-coordinate representation of color #022818: hue angle of 154.74º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022818 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB24024-
CMYK0.9500.400.84
HSL154.74º90.48%8.24%-
HSV(B)154.74º95%15.69%-
XYZ0.951.61.12-
YUV26.81126.41110.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 40 (16.02% from 255) = 60.61%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=3.03%
G=60.61%
B=36.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240240.9500.400.84154.7490.488.24
Hex228185F028549b5a8
Octal2503013705012423313210
Binary10101000110001011111010100010101001001101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022818; }

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

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

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

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

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

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

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

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