Html Css Color HEX #11150C Pine Tree

📋 copy color: '#11150C'

red 17 ◦ green 21 ◦ blue 12

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

Shades of Pine Tree #11150C

Tints of Pine Tree #11150C

RGB

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

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

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

R = 34%
G = 42%
B = 24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#11150C (or 0x11150C) is known color: Pine Tree. HEX triplet: 11, 15 and 0C. RGB value is (17,21,12). Sum of RGB (Red+Green+Blue) = 17+21+12=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #11150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150C is #EEEAF3. Grayscale: #121212. Windows color (decimal): -15657716 or 791825. OLE color: 791825.

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

Color convert

RGB 17 21 12 -
CMYK 0.19 0 0.43 0.92
HSL 86.67º 0.27% 0.06% -
HSV(B) 86.67º 0.43% 0.08% -
XYZ 0.57 0.68 0.45 -
YUV 18.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 17 21 12 0.19 0 0.43 0.92 86.67 0.27 0.06
Hex 11 15 C 13 0 2B 5C 57 1B 6
Octal 21 25 14 23 0 53 134 127 33 6
Binary 10001 10101 1100 10011 0 101011 1011100 1010111 11011 110

Color Harmonies of #11150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11150C

Black with #11150C

Text Example


Text Example

White with #11150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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