#112304

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

Shades of Pine Tree #112304

Tints of Pine Tree #112304

Color information

#112304 (or 0x112304) is unknown color: approx Pine Tree. HEX triplet: 11, 23 and 04. RGB value is (17,35,4). Sum of RGB (Red+Green+Blue) = 17+35+4=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #112304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112304 is #EEDCFB. Grayscale: #1A1A1A. Windows color (decimal): -15654140 or 271121. OLE color: 271121.

HSL color Cylindrical-coordinate representation of color #112304: hue angle of 94.84º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112304 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB17354-
CMYK0.5100.890.86
HSL94.84º79.49%7.65%-
HSV(B)94.84º88.57%13.73%-
XYZ0.851.330.33-
YUV26.08115.54121.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 35 (14.06% from 255) = 62.5%
BLUE value IS 4 (1.95% from 255) = 7.14%
R=30.36%
G=62.5%
B=7.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173540.5100.890.8694.8479.497.65
Hex1123433059565f4f8
Octal2143463013112613711710
Binary10001100011100110011010110011010110101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112304; }

 p { color: rgb(17,35,4); }

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

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

 a { background-color: rgb(17,35,4); }

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

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

 span { border-color: rgb(17,35,4); }

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