#111C02

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

Shades of Pine Tree #111C02

Tints of Pine Tree #111C02

Color information

#111C02 (or 0x111C02) is unknown color: approx Pine Tree. HEX triplet: 11, 1C and 02. RGB value is (17,28,2). Sum of RGB (Red+Green+Blue) = 17+28+2=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #111C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C02 is #EEE3FD. Grayscale: #151515. Windows color (decimal): -15655934 or 138257. OLE color: 138257.

HSL color Cylindrical-coordinate representation of color #111C02: hue angle of 85.38º 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 #111C02 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB17282-
CMYK0.3900.930.89
HSL85.38º86.67%5.88%-
HSV(B)85.38º92.86%10.98%-
XYZ0.660.950.21-
YUV21.75116.86124.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=36.17%
G=59.57%
B=4.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal172820.3900.930.8985.3886.675.88
Hex111C22705D5955576
Octal213424701351311251276
Binary10001111001010011101011101101100110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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