Html Css Color HEX #11140C Pine Tree

📋 copy color: '#11140C'

red 17 ◦ green 20 ◦ blue 12

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

Shades of Pine Tree #11140C

Tints of Pine Tree #11140C

RGB

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

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

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

R = 34.69%
G = 40.82%
B = 24.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#11140C (or 0x11140C) is known color: Pine Tree. HEX triplet: 11, 14 and 0C. RGB value is (17,20,12). Sum of RGB (Red+Green+Blue) = 17+20+12=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #11140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11140C is #EEEBF3. Grayscale: #121212. Windows color (decimal): -15657972 or 791569. OLE color: 791569.

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

Color convert

RGB 17 20 12 -
CMYK 0.15 0 0.40 0.92
HSL 82.5º 0.25% 0.06% -
HSV(B) 82.5º 0.4% 0.08% -
XYZ 0.55 0.65 0.44 -
YUV 18.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 17 20 12 0.15 0 0.40 0.92 82.5 0.25 0.06
Hex 11 14 C F 0 28 5C 52 19 6
Octal 21 24 14 17 0 50 134 122 31 6
Binary 10001 10100 1100 1111 0 101000 1011100 1010010 11001 110

Color Harmonies of #11140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11140C

Black with #11140C

Text Example


Text Example

White with #11140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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