#111B00

Color #111B00 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #111B00

Tints of Pine Tree #111B00

Color information

#111B00 (or 0x111B00) is unknown color: approx Pine Tree. HEX triplet: 11, 1B and 00. RGB value is (17,27,0). Sum of RGB (Red+Green+Blue) = 17+27+0=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #111B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B00 is #EEE4FF. Grayscale: #151515. Windows color (decimal): -15656192 or 6929. OLE color: 6929.

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

Color convert

RGB17270-
CMYK0.37010.89
HSL82.22º100%5.29%-
HSV(B)82.22º100%10.59%-
XYZ0.620.90.14-
YUV20.93116.19125.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 38.64%
GREEN value IS 27 (10.94% from 255) = 61.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.64%
G=61.36%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172700.37010.8982.221005.29
Hex111B0250645952645
Octal213304501441311221445
Binary1000111011010010101100100101100110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #111B00;
 }
 .AnyTagClassName
 {
   color: #111B00;
 }
</style>
background-color css

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

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

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

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

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

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