#02150C

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

Shades of Dark Green #02150C

Tints of Dark Green #02150C

Color information

#02150C (or 0x02150C) is unknown color: approx Dark Green. HEX triplet: 02, 15 and 0C. RGB value is (2,21,12). Sum of RGB (Red+Green+Blue) = 2+21+12=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #02150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02150C is #FDEAF3. Grayscale: #0E0E0E. Windows color (decimal): -16640756 or 791810. OLE color: 791810.

HSL color Cylindrical-coordinate representation of color #02150C: hue angle of 151.58º 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 #02150C is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB22112-
CMYK0.9000.430.92
HSL151.58º82.61%4.51%-
HSV(B)151.58º90.48%8.24%-
XYZ0.360.580.44-
YUV14.29126.71119.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 21 (8.59% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=5.71%
G=60%
B=34.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal221120.9000.430.92151.5882.614.51
Hex215C5A02B5C98535
Octal225141320531342301235
Binary10101011100101101001010111011100100110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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