Html Css Color HEX #0A1D17 Dark Green

📋 copy color: '#0A1D17'

red 10 ◦ green 29 ◦ blue 23

#0A1D17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0A1D17

Tints of Dark Green #0A1D17

RGB

 RED value IS 10 (4.3% from 255) = 16.13%

 GREEN value IS 29 (11.72% from 255) = 46.77%

 BLUE value IS 23 (9.38% from 255) = 37.1%

R = 16.13%
G = 46.77%
B = 37.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#0A1D17 (or 0x0A1D17) is known color: 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

RGB 10 29 23 -
CMYK 0.66 0 0.21 0.89
HSL 161.05º 0.49% 0.08% -
HSV(B) 161.05º 0.66% 0.11% -
XYZ 0.72 1.01 0.97 -
YUV 22.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 10 29 23 0.66 0 0.21 0.89 161.05 0.49 0.08
Hex A 1D 17 42 0 15 59 A1 31 8
Octal 12 35 27 102 0 25 131 241 61 10
Binary 1010 11101 10111 1000010 0 10101 1011001 10100001 110001 1000

Color Harmonies of #0A1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D17

Black with #0A1D17

Text Example


Text Example

White with #0A1D17

Text Example


Text Example

HTML Codes & Css Web 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>