Html Css Color HEX #111B0A Pine Tree

📋 copy color: '#111B0A'

red 17 ◦ green 27 ◦ blue 10

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

Shades of Pine Tree #111B0A

Tints of Pine Tree #111B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 50%

 BLUE value IS 10 (4.3% from 255) = 18.52%

R = 31.48%
G = 50%
B = 18.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#111B0A (or 0x111B0A) is known color: Pine Tree. HEX triplet: 11, 1B and 0A. RGB value is (17,27,10). Sum of RGB (Red+Green+Blue) = 17+27+10=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #111B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B0A is #EEE4F5. Grayscale: #161616. Windows color (decimal): -15656182 or 662289. OLE color: 662289.

HSL color Cylindrical-coordinate representation of color #111B0A: hue angle of 95.29º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #111B0A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 27 10 -
CMYK 0.37 0 0.63 0.89
HSL 95.29º 0.46% 0.07% -
HSV(B) 95.29º 0.63% 0.11% -
XYZ 0.68 0.92 0.43 -
YUV 22.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 17 27 10 0.37 0 0.63 0.89 95.29 0.46 0.07
Hex 11 1B A 25 0 3F 59 5F 2E 7
Octal 21 33 12 45 0 77 131 137 56 7
Binary 10001 11011 1010 100101 0 111111 1011001 1011111 101110 111

Color Harmonies of #111B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B0A

Black with #111B0A

Text Example


Text Example

White with #111B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,27,10); }

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

background-color css

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

 a { background-color: rgb(17,27,10); }

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

border-color css

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

 span { border-color: rgb(17,27,10); }

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