#022015

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

Shades of Dark Green #022015

Tints of Dark Green #022015

Color information

#022015 (or 0x022015) is unknown color: approx Dark Green. HEX triplet: 02, 20 and 15. RGB value is (2,32,21). Sum of RGB (Red+Green+Blue) = 2+32+21=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #022015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022015 is #FDDFEA. Grayscale: #151515. Windows color (decimal): -16637931 or 1384450. OLE color: 1384450.

HSL color Cylindrical-coordinate representation of color #022015: hue angle of 158º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022015 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB23221-
CMYK0.9400.340.87
HSL158º88.24%6.67%-
HSV(B)158º93.75%12.55%-
XYZ0.681.10.89-
YUV21.78127.56113.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 32 (12.89% from 255) = 58.18%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=3.64%
G=58.18%
B=38.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal232210.9400.340.8715888.246.67
Hex220155E022579e587
Octal240251360421272361307
Binary1010000010101101111001000101010111100111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022015; }

 p { color: rgb(2,32,21); }

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

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

 a { background-color: rgb(2,32,21); }

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

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

 span { border-color: rgb(2,32,21); }

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