#0A1D17

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

Shades of Dark Green #0A1D17

Tints of Dark Green #0A1D17

Color information

#0A1D17 (or 0x0A1D17) is unknown color: approx Dark Green. HEX triplet: 0A, 1D and 17. RGB value is (10,29,23). Sum of RGB (Red+Green+Blue) = 10+29+23=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D17 is #F5E2E8. Grayscale: #161616. Windows color (decimal): -16114409 or 1514762. OLE color: 1514762.

HSL color Cylindrical-coordinate representation of color #0A1D17: hue angle of 161.05º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A1D17 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB102923-
CMYK0.6600.210.89
HSL161.05º48.72%7.65%-
HSV(B)161.05º65.52%11.37%-
XYZ0.721.010.97-
YUV22.64128.21118.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.13%
GREEN value IS 29 (11.72% from 255) = 46.77%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=16.13%
G=46.77%
B=37.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1029230.6600.210.89161.0548.727.65
HexA1D174201559a1318
Octal1235271020251312416110
Binary1010111011011110000100101011011001101000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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