#111802

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

Shades of Pine Tree #111802

Tints of Pine Tree #111802

Color information

#111802 (or 0x111802) is unknown color: approx Pine Tree. HEX triplet: 11, 18 and 02. RGB value is (17,24,2). Sum of RGB (Red+Green+Blue) = 17+24+2=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #111802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111802 is #EEE7FD. Grayscale: #131313. Windows color (decimal): -15656958 or 137233. OLE color: 137233.

HSL color Cylindrical-coordinate representation of color #111802: hue angle of 79.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111802 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB17242-
CMYK0.2900.920.91
HSL79.09º84.62%5.1%-
HSV(B)79.09º91.67%9.41%-
XYZ0.570.780.18-
YUV19.4118.18126.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 24 (9.77% from 255) = 55.81%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=39.53%
G=55.81%
B=4.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal172420.2900.920.9179.0984.625.1
Hex111821D05C5B4f555
Octal213023501341331171255
Binary1000111000101110101011100101101110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111802; }

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

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

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

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

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

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

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

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