#122109

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

Shades of Pine Tree #122109

Tints of Pine Tree #122109

Color information

#122109 (or 0x122109) is unknown color: approx Pine Tree. HEX triplet: 12, 21 and 09. RGB value is (18,33,9). Sum of RGB (Red+Green+Blue) = 18+33+9=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #122109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122109 is #EDDEF6. Grayscale: #191919. Windows color (decimal): -15589111 or 598290. OLE color: 598290.

HSL color Cylindrical-coordinate representation of color #122109: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122109 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB18339-
CMYK0.4500.730.87
HSL97.5º57.14%8.24%-
HSV(B)97.5º72.73%12.94%-
XYZ0.841.240.45-
YUV25.78118.53122.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 33 (13.28% from 255) = 55%
BLUE value IS 9 (3.91% from 255) = 15%
R=30%
G=55%
B=15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183390.4500.730.8797.557.148.24
Hex122192D0495762398
Octal2241115501111271427110
Binary10010100001100110110101001001101011111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122109; }

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

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

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

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

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

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

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

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