#0A2917

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

Shades of Dark Green #0A2917

Tints of Dark Green #0A2917

Color information

#0A2917 (or 0x0A2917) is unknown color: approx Dark Green. HEX triplet: 0A, 29 and 17. RGB value is (10,41,23). Sum of RGB (Red+Green+Blue) = 10+41+23=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #0A2917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2917 is #F5D6E8. Grayscale: #1D1D1D. Windows color (decimal): -16111337 or 1517834. OLE color: 1517834.

HSL color Cylindrical-coordinate representation of color #0A2917: hue angle of 145.16º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A2917 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB104123-
CMYK0.7600.440.84
HSL145.16º60.78%10%-
HSV(B)145.16º75.61%16.08%-
XYZ1.071.711.08-
YUV29.68124.23113.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.51%
GREEN value IS 41 (16.41% from 255) = 55.41%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=13.51%
G=55.41%
B=31.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1041230.7600.440.84145.1660.7810
HexA29174C02C54913da
Octal1251271140541242217512
Binary101010100110111100110001011001010100100100011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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