Html Css Color HEX #11140F Pine Tree

📋 copy color: '#11140F'

red 17 ◦ green 20 ◦ blue 15

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

Shades of Pine Tree #11140F

Tints of Pine Tree #11140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 38.46%

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

R = 32.69%
G = 38.46%
B = 28.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#11140F (or 0x11140F) is known color: Pine Tree. HEX triplet: 11, 14 and 0F. RGB value is (17,20,15). Sum of RGB (Red+Green+Blue) = 17+20+15=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 20 - color contains mainly: green. Hex color #11140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11140F is #EEEBF0. Grayscale: #121212. Windows color (decimal): -15657969 or 988177. OLE color: 988177.

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

Color convert

RGB 17 20 15 -
CMYK 0.15 0 0.25 0.92
HSL 96º 0.14% 0.07% -
HSV(B) 96º 0.25% 0.08% -
XYZ 0.57 0.65 0.55 -
YUV 18.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 17 20 15 0.15 0 0.25 0.92 96 0.14 0.07
Hex 11 14 F F 0 19 5C 60 E 7
Octal 21 24 17 17 0 31 134 140 16 7
Binary 10001 10100 1111 1111 0 11001 1011100 1100000 1110 111

Color Harmonies of #11140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11140F

Black with #11140F

Text Example


Text Example

White with #11140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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