Html Css Color HEX #11180B Pine Tree

📋 copy color: '#11180B'

red 17 ◦ green 24 ◦ blue 11

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

Shades of Pine Tree #11180B

Tints of Pine Tree #11180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 46.15%

 BLUE value IS 11 (4.69% from 255) = 21.15%

R = 32.69%
G = 46.15%
B = 21.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#11180B (or 0x11180B) is known color: Pine Tree. HEX triplet: 11, 18 and 0B. RGB value is (17,24,11). Sum of RGB (Red+Green+Blue) = 17+24+11=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #11180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11180B is #EEE7F4. Grayscale: #141414. Windows color (decimal): -15656949 or 727057. OLE color: 727057.

HSL color Cylindrical-coordinate representation of color #11180B: hue angle of 92.31º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #11180B is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 24 11 -
CMYK 0.29 0 0.54 0.91
HSL 92.31º 0.37% 0.07% -
HSV(B) 92.31º 0.54% 0.09% -
XYZ 0.62 0.8 0.44 -
YUV 20.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 17 24 11 0.29 0 0.54 0.91 92.31 0.37 0.07
Hex 11 18 B 1D 0 36 5B 5C 25 7
Octal 21 30 13 35 0 66 133 134 45 7
Binary 10001 11000 1011 11101 0 110110 1011011 1011100 100101 111

Color Harmonies of #11180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11180B

Black with #11180B

Text Example


Text Example

White with #11180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11180B; }

 p { color: rgb(17,24,11); }

 H1.HeaderClassName
 {
   color: #11180B;
 }
 .AnyTagClassName
 {
   color: #11180B;
 }
</style>

background-color css

<style>
 a { background-color: #11180B; }

 a { background-color: rgb(17,24,11); }

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

border-color css

<style>
 span { border-color: #11180B; }

 span { border-color: rgb(17,24,11); }

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