Html Css Color HEX #11170C Pine Tree

📋 copy color: '#11170C'

red 17 ◦ green 23 ◦ blue 12

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

Shades of Pine Tree #11170C

Tints of Pine Tree #11170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 23.08%

R = 32.69%
G = 44.23%
B = 23.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#11170C (or 0x11170C) is known color: Pine Tree. HEX triplet: 11, 17 and 0C. RGB value is (17,23,12). Sum of RGB (Red+Green+Blue) = 17+23+12=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #11170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11170C is #EEE8F3. Grayscale: #131313. Windows color (decimal): -15657204 or 792337. OLE color: 792337.

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

Color convert

RGB 17 23 12 -
CMYK 0.26 0 0.48 0.91
HSL 92.73º 0.31% 0.07% -
HSV(B) 92.73º 0.48% 0.09% -
XYZ 0.6 0.76 0.46 -
YUV 19.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 17 23 12 0.26 0 0.48 0.91 92.73 0.31 0.07
Hex 11 17 C 1A 0 30 5B 5D 1F 7
Octal 21 27 14 32 0 60 133 135 37 7
Binary 10001 10111 1100 11010 0 110000 1011011 1011101 11111 111

Color Harmonies of #11170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11170C

Black with #11170C

Text Example


Text Example

White with #11170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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