Html Css Color HEX #11120F Pine Tree

📋 copy color: '#11120F'

red 17 ◦ green 18 ◦ blue 15

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

Shades of Pine Tree #11120F

Tints of Pine Tree #11120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 36%

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

R = 34%
G = 36%
B = 30%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#11120F (or 0x11120F) is known color: Pine Tree. HEX triplet: 11, 12 and 0F. RGB value is (17,18,15). Sum of RGB (Red+Green+Blue) = 17+18+15=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 18 - color contains mainly: green. Hex color #11120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11120F is #EEEDF0. Grayscale: #111111. Windows color (decimal): -15658481 or 987665. OLE color: 987665.

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

Color convert

RGB 17 18 15 -
CMYK 0.06 0 0.17 0.93
HSL 80º 0.09% 0.06% -
HSV(B) 80º 0.17% 0.07% -
XYZ 0.53 0.59 0.54 -
YUV 17.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 17 18 15 0.06 0 0.17 0.93 80 0.09 0.06
Hex 11 12 F 6 0 11 5D 50 9 6
Octal 21 22 17 6 0 21 135 120 11 6
Binary 10001 10010 1111 110 0 10001 1011101 1010000 1001 110

Color Harmonies of #11120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11120F

Black with #11120F

Text Example


Text Example

White with #11120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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