Html Css Color HEX #111C0B Pine Tree

📋 copy color: '#111C0B'

red 17 ◦ green 28 ◦ blue 11

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

Shades of Pine Tree #111C0B

Tints of Pine Tree #111C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 50%

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

R = 30.36%
G = 50%
B = 19.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.89

RGB Variations

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

Color information

#111C0B (or 0x111C0B) is known color: Pine Tree. HEX triplet: 11, 1C and 0B. RGB value is (17,28,11). Sum of RGB (Red+Green+Blue) = 17+28+11=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #111C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C0B is #EEE3F4. Grayscale: #161616. Windows color (decimal): -15655925 or 728081. OLE color: 728081.

HSL color Cylindrical-coordinate representation of color #111C0B: hue angle of 98.82º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #111C0B is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 28 11 -
CMYK 0.39 0 0.61 0.89
HSL 98.82º 0.44% 0.08% -
HSV(B) 98.82º 0.61% 0.11% -
XYZ 0.71 0.97 0.47 -
YUV 22.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 17 28 11 0.39 0 0.61 0.89 98.82 0.44 0.08
Hex 11 1C B 27 0 3D 59 63 2C 8
Octal 21 34 13 47 0 75 131 143 54 10
Binary 10001 11100 1011 100111 0 111101 1011001 1100011 101100 1000

Color Harmonies of #111C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C0B

Black with #111C0B

Text Example


Text Example

White with #111C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111C0B; }

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

 H1.HeaderClassName
 {
   color: #111C0B;
 }
 .AnyTagClassName
 {
   color: #111C0B;
 }
</style>

background-color css

<style>
 a { background-color: #111C0B; }

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

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

border-color css

<style>
 span { border-color: #111C0B; }

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

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