Html Css Color HEX #11130F Pine Tree

📋 copy color: '#11130F'

red 17 ◦ green 19 ◦ blue 15

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

Shades of Pine Tree #11130F

Tints of Pine Tree #11130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 37.25%

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

R = 33.33%
G = 37.25%
B = 29.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#11130F (or 0x11130F) is known color: Pine Tree. HEX triplet: 11, 13 and 0F. RGB value is (17,19,15). Sum of RGB (Red+Green+Blue) = 17+19+15=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 19 - color contains mainly: green. Hex color #11130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11130F is #EEECF0. Grayscale: #111111. Windows color (decimal): -15658225 or 987921. OLE color: 987921.

HSL color Cylindrical-coordinate representation of color #11130F: hue angle of 90º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #11130F is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 19 15 -
CMYK 0.11 0 0.21 0.93
HSL 90º 0.12% 0.07% -
HSV(B) 90º 0.21% 0.07% -
XYZ 0.55 0.62 0.54 -
YUV 17.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 17 19 15 0.11 0 0.21 0.93 90 0.12 0.07
Hex 11 13 F B 0 15 5D 5A C 7
Octal 21 23 17 13 0 25 135 132 14 7
Binary 10001 10011 1111 1011 0 10101 1011101 1011010 1100 111

Color Harmonies of #11130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11130F

Black with #11130F

Text Example


Text Example

White with #11130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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