#0A2718

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

Shades of Dark Green #0A2718

Tints of Dark Green #0A2718

Color information

#0A2718 (or 0x0A2718) is unknown color: approx Dark Green. HEX triplet: 0A, 27 and 18. RGB value is (10,39,24). Sum of RGB (Red+Green+Blue) = 10+39+24=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2718 is #F5D8E7. Grayscale: #1C1C1C. Windows color (decimal): -16111848 or 1582858. OLE color: 1582858.

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

Color convert

RGB103924-
CMYK0.7400.380.85
HSL148.97º59.18%9.61%-
HSV(B)148.97º74.36%15.29%-
XYZ1.021.581.12-
YUV28.62125.39114.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.70%
GREEN value IS 39 (15.62% from 255) = 53.42%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=13.70%
G=53.42%
B=32.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1039240.7400.380.85148.9759.189.61
HexA27184A02655953ba
Octal1247301120461252257312
Binary101010011111000100101001001101010101100101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,39,24); }

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

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

 a { background-color: rgb(10,39,24); }

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

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

 span { border-color: rgb(10,39,24); }

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