#111D02

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

Shades of Pine Tree #111D02

Tints of Pine Tree #111D02

Color information

#111D02 (or 0x111D02) is unknown color: approx Pine Tree. HEX triplet: 11, 1D and 02. RGB value is (17,29,2). Sum of RGB (Red+Green+Blue) = 17+29+2=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #111D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D02 is #EEE2FD. Grayscale: #161616. Windows color (decimal): -15655678 or 138513. OLE color: 138513.

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

Color convert

RGB17292-
CMYK0.4100.930.89
HSL86.67º87.1%6.08%-
HSV(B)86.67º93.1%11.37%-
XYZ0.6810.21-
YUV22.33116.52124.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 29 (11.72% from 255) = 60.42%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=35.42%
G=60.42%
B=4.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172920.4100.930.8986.6787.16.08
Hex111D22905D5957576
Octal213525101351311271276
Binary10001111011010100101011101101100110101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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