Html Css Color HEX #0A110D Dark Green

📋 copy color: '#0A110D'

red 10 ◦ green 17 ◦ blue 13

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

Shades of Dark Green #0A110D

Tints of Dark Green #0A110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 42.5%

 BLUE value IS 13 (5.47% from 255) = 32.5%

R = 25%
G = 42.5%
B = 32.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#0A110D (or 0x0A110D) is known color: Dark Green. HEX triplet: 0A, 11 and 0D. RGB value is (10,17,13). Sum of RGB (Red+Green+Blue) = 10+17+13=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 17 - color contains mainly: green. Hex color #0A110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A110D is #F5EEF2. Grayscale: #0E0E0E. Windows color (decimal): -16117491 or 856330. OLE color: 856330.

HSL color Cylindrical-coordinate representation of color #0A110D: hue angle of 145.71º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0A110D is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 17 13 -
CMYK 0.41 0 0.24 0.93
HSL 145.71º 0.26% 0.05% -
HSV(B) 145.71º 0.41% 0.07% -
XYZ 0.4 0.49 0.46 -
YUV 14.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 10 17 13 0.41 0 0.24 0.93 145.71 0.26 0.05
Hex A 11 D 29 0 18 5D 92 1A 5
Octal 12 21 15 51 0 30 135 222 32 5
Binary 1010 10001 1101 101001 0 11000 1011101 10010010 11010 101

Color Harmonies of #0A110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A110D

Black with #0A110D

Text Example


Text Example

White with #0A110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,13); }

 H1.HeaderClassName
 {
   color: #0A110D;
 }
 .AnyTagClassName
 {
   color: #0A110D;
 }
</style>

background-color css

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

 a { background-color: rgb(10,17,13); }

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

border-color css

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

 span { border-color: rgb(10,17,13); }

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