#0A2617

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

Shades of Dark Green #0A2617

Tints of Dark Green #0A2617

Color information

#0A2617 (or 0x0A2617) is unknown color: approx Dark Green. HEX triplet: 0A, 26 and 17. RGB value is (10,38,23). Sum of RGB (Red+Green+Blue) = 10+38+23=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2617 is #F5D9E8. Grayscale: #1B1B1B. Windows color (decimal): -16112105 or 1517066. OLE color: 1517066.

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

Color convert

RGB103823-
CMYK0.7400.390.85
HSL147.86º58.33%9.41%-
HSV(B)147.86º73.68%14.9%-
XYZ0.971.511.05-
YUV27.92125.22115.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.08%
GREEN value IS 38 (15.23% from 255) = 53.52%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=14.08%
G=53.52%
B=32.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1038230.7400.390.85147.8658.339.41
HexA26174A02755943a9
Octal1246271120471252247211
Binary101010011010111100101001001111010101100101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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