#111D00

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

Shades of Pine Tree #111D00

Tints of Pine Tree #111D00

Color information

#111D00 (or 0x111D00) is unknown color: approx Pine Tree. HEX triplet: 11, 1D and 00. RGB value is (17,29,0). Sum of RGB (Red+Green+Blue) = 17+29+0=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #111D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D00 is #EEE2FF. Grayscale: #161616. Windows color (decimal): -15655680 or 7441. OLE color: 7441.

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

Color convert

RGB17290-
CMYK0.41010.89
HSL84.83º100%5.69%-
HSV(B)84.83º100%11.37%-
XYZ0.6710.16-
YUV22.11115.52124.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 29 (11.72% from 255) = 63.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.96%
G=63.04%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172900.41010.8984.831005.69
Hex111D0290645955646
Octal213505101441311251446
Binary1000111101010100101100100101100110101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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