Html Css Color HEX #11170D Pine Tree

📋 copy color: '#11170D'

red 17 ◦ green 23 ◦ blue 13

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

Shades of Pine Tree #11170D

Tints of Pine Tree #11170D

RGB

 RED value IS 17 (7.03% from 255) = 32.08%

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

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

R = 32.08%
G = 43.4%
B = 24.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#11170D (or 0x11170D) is known color: Pine Tree. HEX triplet: 11, 17 and 0D. RGB value is (17,23,13). Sum of RGB (Red+Green+Blue) = 17+23+13=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #11170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11170D is #EEE8F2. Grayscale: #141414. Windows color (decimal): -15657203 or 857873. OLE color: 857873.

HSL color Cylindrical-coordinate representation of color #11170D: hue angle of 96º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #11170D is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 23 13 -
CMYK 0.26 0 0.43 0.91
HSL 96º 0.28% 0.07% -
HSV(B) 96º 0.43% 0.09% -
XYZ 0.61 0.76 0.5 -
YUV 20.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 17 23 13 0.26 0 0.43 0.91 96 0.28 0.07
Hex 11 17 D 1A 0 2B 5B 60 1C 7
Octal 21 27 15 32 0 53 133 140 34 7
Binary 10001 10111 1101 11010 0 101011 1011011 1100000 11100 111

Color Harmonies of #11170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11170D

Black with #11170D

Text Example


Text Example

White with #11170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11170D; }

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

 H1.HeaderClassName
 {
   color: #11170D;
 }
 .AnyTagClassName
 {
   color: #11170D;
 }
</style>

background-color css

<style>
 a { background-color: #11170D; }

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

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

border-color css

<style>
 span { border-color: #11170D; }

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

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