#02150D

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

Shades of Dark Green #02150D

Tints of Dark Green #02150D

Color information

#02150D (or 0x02150D) is unknown color: approx Dark Green. HEX triplet: 02, 15 and 0D. RGB value is (2,21,13). Sum of RGB (Red+Green+Blue) = 2+21+13=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #02150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02150D is #FDEAF2. Grayscale: #0E0E0E. Windows color (decimal): -16640755 or 857346. OLE color: 857346.

HSL color Cylindrical-coordinate representation of color #02150D: hue angle of 154.74º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02150D is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB22113-
CMYK0.9000.380.92
HSL154.74º82.61%4.51%-
HSV(B)154.74º90.48%8.24%-
XYZ0.370.580.47-
YUV14.41127.21119.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 21 (8.59% from 255) = 58.33%
BLUE value IS 13 (5.47% from 255) = 36.11%
R=5.56%
G=58.33%
B=36.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal221130.9000.380.92154.7482.614.51
Hex215D5A0265C9b535
Octal225151320461342331235
Binary10101011101101101001001101011100100110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02150D; }

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

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

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

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

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

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

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

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