#021615

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

Shades of Dark Green #021615

Tints of Dark Green #021615

Color information

#021615 (or 0x021615) is unknown color: approx Dark Green. HEX triplet: 02, 16 and 15. RGB value is (2,22,21). Sum of RGB (Red+Green+Blue) = 2+22+21=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #021615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021615 is #FDE9EA. Grayscale: #0F0F0F. Windows color (decimal): -16640491 or 1381890. OLE color: 1381890.

HSL color Cylindrical-coordinate representation of color #021615: hue angle of 177º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021615 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.

Color convert

RGB22221-
CMYK0.9100.050.91
HSL177º83.33%4.71%-
HSV(B)177º90.91%8.63%-
XYZ0.450.640.81-
YUV15.91130.87118.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 22 (8.98% from 255) = 48.89%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=4.44%
G=48.89%
B=46.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222210.9100.050.9117783.334.71
Hex216155B055Bb1535
Octal22625133051332611235
Binary101011010101101101101011011011101100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021615; }

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

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

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

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

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

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

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

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