Html Css Color HEX #0A170F Dark Green

📋 copy color: '#0A170F'

red 10 ◦ green 23 ◦ blue 15

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

Shades of Dark Green #0A170F

Tints of Dark Green #0A170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 47.92%

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

R = 20.83%
G = 47.92%
B = 31.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#0A170F (or 0x0A170F) is known color: Dark Green. HEX triplet: 0A, 17 and 0F. RGB value is (10,23,15). Sum of RGB (Red+Green+Blue) = 10+23+15=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170F is #F5E8F0. Grayscale: #121212. Windows color (decimal): -16115953 or 988938. OLE color: 988938.

HSL color Cylindrical-coordinate representation of color #0A170F: hue angle of 143.08º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A170F is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 23 15 -
CMYK 0.57 0 0.35 0.91
HSL 143.08º 0.39% 0.06% -
HSV(B) 143.08º 0.57% 0.09% -
XYZ 0.52 0.71 0.56 -
YUV 18.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 10 23 15 0.57 0 0.35 0.91 143.08 0.39 0.06
Hex A 17 F 39 0 23 5B 8F 27 6
Octal 12 27 17 71 0 43 133 217 47 6
Binary 1010 10111 1111 111001 0 100011 1011011 10001111 100111 110

Color Harmonies of #0A170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A170F

Black with #0A170F

Text Example


Text Example

White with #0A170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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