#112300

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

Shades of Pine Tree #112300

Tints of Pine Tree #112300

Color information

#112300 (or 0x112300) is unknown color: approx Pine Tree. HEX triplet: 11, 23 and 00. RGB value is (17,35,0). Sum of RGB (Red+Green+Blue) = 17+35+0=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #112300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112300 is #EEDCFF. Grayscale: #191919. Windows color (decimal): -15654144 or 8977. OLE color: 8977.

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

Color convert

RGB17350-
CMYK0.51010.86
HSL90.86º100%6.86%-
HSV(B)90.86º100%13.73%-
XYZ0.831.320.21-
YUV25.63113.54121.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 35 (14.06% from 255) = 67.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.69%
G=67.31%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173500.51010.8690.861006.86
Hex1123033064565b647
Octal214306301441261331447
Binary10001100011011001101100100101011010110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112300; }

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

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

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

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

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

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

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

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