#0A2514

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

Shades of Dark Green #0A2514

Tints of Dark Green #0A2514

Color information

#0A2514 (or 0x0A2514) is unknown color: approx Dark Green. HEX triplet: 0A, 25 and 14. RGB value is (10,37,20). Sum of RGB (Red+Green+Blue) = 10+37+20=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2514 is #F5DAEB. Grayscale: #1B1B1B. Windows color (decimal): -16112364 or 1320202. OLE color: 1320202.

HSL color Cylindrical-coordinate representation of color #0A2514: hue angle of 142.22º 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 #0A2514 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB103720-
CMYK0.7300.460.85
HSL142.22º57.45%9.22%-
HSV(B)142.22º72.97%14.51%-
XYZ0.911.440.89-
YUV26.99124.05115.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.93%
GREEN value IS 37 (14.84% from 255) = 55.22%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=14.93%
G=55.22%
B=29.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1037200.7300.460.85142.2257.459.22
HexA25144902E558e399
Octal1245241110561252167111
Binary101010010110100100100101011101010101100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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