#0A2615

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

Shades of Dark Green #0A2615

Tints of Dark Green #0A2615

Color information

#0A2615 (or 0x0A2615) is unknown color: approx Dark Green. HEX triplet: 0A, 26 and 15. RGB value is (10,38,21). Sum of RGB (Red+Green+Blue) = 10+38+21=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2615 is #F5D9EA. Grayscale: #1B1B1B. Windows color (decimal): -16112107 or 1385994. OLE color: 1385994.

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

Color convert

RGB103821-
CMYK0.7400.450.85
HSL143.57º58.33%9.41%-
HSV(B)143.57º73.68%14.9%-
XYZ0.951.50.95-
YUV27.69124.22115.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.49%
GREEN value IS 38 (15.23% from 255) = 55.07%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=14.49%
G=55.07%
B=30.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1038210.7400.450.85143.5758.339.41
HexA26154A02D55903a9
Octal1246251120551252207211
Binary101010011010101100101001011011010101100100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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