Html Css Color HEX #0A110F Dark Green

📋 copy color: '#0A110F'

red 10 ◦ green 17 ◦ blue 15

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

Shades of Dark Green #0A110F

Tints of Dark Green #0A110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 35.71%

R = 23.81%
G = 40.48%
B = 35.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#0A110F (or 0x0A110F) is known color: Dark Green. HEX triplet: 0A, 11 and 0F. RGB value is (10,17,15). Sum of RGB (Red+Green+Blue) = 10+17+15=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 17 - color contains mainly: green. Hex color #0A110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A110F is #F5EEF0. Grayscale: #0E0E0E. Windows color (decimal): -16117489 or 987402. OLE color: 987402.

HSL color Cylindrical-coordinate representation of color #0A110F: hue angle of 162.86º 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 #0A110F is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 17 15 -
CMYK 0.41 0 0.12 0.93
HSL 162.86º 0.26% 0.05% -
HSV(B) 162.86º 0.41% 0.07% -
XYZ 0.41 0.5 0.53 -
YUV 14.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 10 17 15 0.41 0 0.12 0.93 162.86 0.26 0.05
Hex A 11 F 29 0 C 5D A3 1A 5
Octal 12 21 17 51 0 14 135 243 32 5
Binary 1010 10001 1111 101001 0 1100 1011101 10100011 11010 101

Color Harmonies of #0A110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A110F

Black with #0A110F

Text Example


Text Example

White with #0A110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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