#122309

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

Shades of Pine Tree #122309

Tints of Pine Tree #122309

Color information

#122309 (or 0x122309) is unknown color: approx Pine Tree. HEX triplet: 12, 23 and 09. RGB value is (18,35,9). Sum of RGB (Red+Green+Blue) = 18+35+9=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #122309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122309 is #EDDCF6. Grayscale: #1B1B1B. Windows color (decimal): -15588599 or 598802. OLE color: 598802.

HSL color Cylindrical-coordinate representation of color #122309: hue angle of 99.23º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122309 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB18359-
CMYK0.4900.740.86
HSL99.23º59.09%8.63%-
HSV(B)99.23º74.29%13.73%-
XYZ0.91.350.47-
YUV26.95117.87121.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 9 (3.91% from 255) = 14.52%
R=29.03%
G=56.45%
B=14.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal183590.4900.740.8699.2359.098.63
Hex122393104A56633b9
Octal2243116101121261437311
Binary10010100011100111000101001010101011011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122309; }

 p { color: rgb(18,35,9); }

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

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

 a { background-color: rgb(18,35,9); }

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

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

 span { border-color: rgb(18,35,9); }

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