Html Css Color HEX #11180C Pine Tree

📋 copy color: '#11180C'

red 17 ◦ green 24 ◦ blue 12

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

Shades of Pine Tree #11180C

Tints of Pine Tree #11180C

RGB

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

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

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

R = 32.08%
G = 45.28%
B = 22.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#11180C (or 0x11180C) is known color: Pine Tree. HEX triplet: 11, 18 and 0C. RGB value is (17,24,12). Sum of RGB (Red+Green+Blue) = 17+24+12=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #11180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11180C is #EEE7F3. Grayscale: #141414. Windows color (decimal): -15656948 or 792593. OLE color: 792593.

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

Color convert

RGB 17 24 12 -
CMYK 0.29 0 0.50 0.91
HSL 95º 0.33% 0.07% -
HSV(B) 95º 0.5% 0.09% -
XYZ 0.62 0.8 0.47 -
YUV 20.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 17 24 12 0.29 0 0.50 0.91 95 0.33 0.07
Hex 11 18 C 1D 0 32 5B 5F 21 7
Octal 21 30 14 35 0 62 133 137 41 7
Binary 10001 11000 1100 11101 0 110010 1011011 1011111 100001 111

Color Harmonies of #11180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11180C

Black with #11180C

Text Example


Text Example

White with #11180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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