#0A2515

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

Shades of Dark Green #0A2515

Tints of Dark Green #0A2515

Color information

#0A2515 (or 0x0A2515) is unknown color: approx Dark Green. HEX triplet: 0A, 25 and 15. RGB value is (10,37,21). Sum of RGB (Red+Green+Blue) = 10+37+21=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2515 is #F5DAEA. Grayscale: #1B1B1B. Windows color (decimal): -16112363 or 1385738. OLE color: 1385738.

HSL color Cylindrical-coordinate representation of color #0A2515: hue angle of 144.44º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A2515 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB103721-
CMYK0.7300.430.85
HSL144.44º57.45%9.22%-
HSV(B)144.44º72.97%14.51%-
XYZ0.921.440.94-
YUV27.1124.55115.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.71%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=14.71%
G=54.41%
B=30.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1037210.7300.430.85144.4457.459.22
HexA25154902B5590399
Octal1245251110531252207111
Binary101010010110101100100101010111010101100100001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2515; }

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

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

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

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

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

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

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

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