#02150A

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

Shades of Dark Green #02150A

Tints of Dark Green #02150A

Color information

#02150A (or 0x02150A) is unknown color: approx Dark Green. HEX triplet: 02, 15 and 0A. RGB value is (2,21,10). Sum of RGB (Red+Green+Blue) = 2+21+10=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 21 (8.59% from 255 or 63.64% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 21 - color contains mainly: green. Hex color #02150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02150A is #FDEAF5. Grayscale: #0E0E0E. Windows color (decimal): -16640758 or 660738. OLE color: 660738.

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

Color convert

RGB22110-
CMYK0.9000.520.92
HSL145.26º82.61%4.51%-
HSV(B)145.26º90.48%8.24%-
XYZ0.350.570.38-
YUV14.07125.71119.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 21 (8.59% from 255) = 63.64%
BLUE value IS 10 (4.30% from 255) = 30.30%
R=6.06%
G=63.64%
B=30.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal221100.9000.520.92145.2682.614.51
Hex215A5A0345C91535
Octal225121320641342211235
Binary10101011010101101001101001011100100100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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