#021E15

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

Shades of Dark Green #021E15

Tints of Dark Green #021E15

Color information

#021E15 (or 0x021E15) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 15. RGB value is (2,30,21). Sum of RGB (Red+Green+Blue) = 2+30+21=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #021E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E15 is #FDE1EA. Grayscale: #141414. Windows color (decimal): -16638443 or 1383938. OLE color: 1383938.

HSL color Cylindrical-coordinate representation of color #021E15: hue angle of 160.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E15 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB23021-
CMYK0.9300.300.88
HSL160.71º87.5%6.27%-
HSV(B)160.71º93.33%11.76%-
XYZ0.6210.87-
YUV20.6128.22114.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 30 (12.11% from 255) = 56.60%
BLUE value IS 21 (8.59% from 255) = 39.62%
R=3.77%
G=56.60%
B=39.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230210.9300.300.88160.7187.56.27
Hex21E155D01E58a1586
Octal236251350361302411306
Binary10111101010110111010111101011000101000011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021E15; }

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

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

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

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

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

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

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

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