#022826

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

Shades of Dark Green #022826

Tints of Dark Green #022826

Color information

#022826 (or 0x022826) is unknown color: approx Dark Green. HEX triplet: 02, 28 and 26. RGB value is (2,40,38). Sum of RGB (Red+Green+Blue) = 2+40+38=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #022826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022826 is #FDD7D9. Grayscale: #1C1C1C. Windows color (decimal): -16635866 or 2500610. OLE color: 2500610.

HSL color Cylindrical-coordinate representation of color #022826: hue angle of 176.84º 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 #022826 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB24038-
CMYK0.9500.050.84
HSL176.84º90.48%8.24%-
HSV(B)176.84º95%15.69%-
XYZ1.131.672.1-
YUV28.41133.41109.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 47.5%
R=2.5%
G=50%
B=47.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240380.9500.050.84176.8490.488.24
Hex228265F0554b15a8
Octal250461370512426113210
Binary101010001001101011111010110101001011000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022826; }

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

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

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

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

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

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

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

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