Html Css Color HEX #11150F Pine Tree

📋 copy color: '#11150F'

red 17 ◦ green 21 ◦ blue 15

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

Shades of Pine Tree #11150F

Tints of Pine Tree #11150F

RGB

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

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

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

R = 32.08%
G = 39.62%
B = 28.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#11150F (or 0x11150F) is known color: Pine Tree. HEX triplet: 11, 15 and 0F. RGB value is (17,21,15). Sum of RGB (Red+Green+Blue) = 17+21+15=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #11150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150F is #EEEAF0. Grayscale: #131313. Windows color (decimal): -15657713 or 988433. OLE color: 988433.

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

Color convert

RGB 17 21 15 -
CMYK 0.19 0 0.29 0.92
HSL 100º 0.17% 0.07% -
HSV(B) 100º 0.29% 0.08% -
XYZ 0.59 0.69 0.55 -
YUV 19.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 17 21 15 0.19 0 0.29 0.92 100 0.17 0.07
Hex 11 15 F 13 0 1D 5C 64 11 7
Octal 21 25 17 23 0 35 134 144 21 7
Binary 10001 10101 1111 10011 0 11101 1011100 1100100 10001 111

Color Harmonies of #11150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11150F

Black with #11150F

Text Example


Text Example

White with #11150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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