Html Css Color HEX #11150E Pine Tree

📋 copy color: '#11150E'

red 17 ◦ green 21 ◦ blue 14

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

Shades of Pine Tree #11150E

Tints of Pine Tree #11150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 40.38%

 BLUE value IS 14 (5.86% from 255) = 26.92%

R = 32.69%
G = 40.38%
B = 26.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#11150E (or 0x11150E) is known color: Pine Tree. HEX triplet: 11, 15 and 0E. RGB value is (17,21,14). Sum of RGB (Red+Green+Blue) = 17+21+14=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #11150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150E is #EEEAF1. Grayscale: #131313. Windows color (decimal): -15657714 or 922897. OLE color: 922897.

HSL color Cylindrical-coordinate representation of color #11150E: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #11150E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 21 14 -
CMYK 0.19 0 0.33 0.92
HSL 94.29º 0.2% 0.07% -
HSV(B) 94.29º 0.33% 0.08% -
XYZ 0.58 0.69 0.52 -
YUV 19.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 17 21 14 0.19 0 0.33 0.92 94.29 0.2 0.07
Hex 11 15 E 13 0 21 5C 5E 14 7
Octal 21 25 16 23 0 41 134 136 24 7
Binary 10001 10101 1110 10011 0 100001 1011100 1011110 10100 111

Color Harmonies of #11150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11150E

Black with #11150E

Text Example


Text Example

White with #11150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11150E; }

 p { color: rgb(17,21,14); }

 H1.HeaderClassName
 {
   color: #11150E;
 }
 .AnyTagClassName
 {
   color: #11150E;
 }
</style>

background-color css

<style>
 a { background-color: #11150E; }

 a { background-color: rgb(17,21,14); }

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

border-color css

<style>
 span { border-color: #11150E; }

 span { border-color: rgb(17,21,14); }

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