#121809

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

Shades of Pine Tree #121809

Tints of Pine Tree #121809

Color information

#121809 (or 0x121809) is unknown color: approx Pine Tree. HEX triplet: 12, 18 and 09. RGB value is (18,24,9). Sum of RGB (Red+Green+Blue) = 18+24+9=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #121809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121809 is #EDE7F6. Grayscale: #141414. Windows color (decimal): -15591415 or 595986. OLE color: 595986.

HSL color Cylindrical-coordinate representation of color #121809: hue angle of 84º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121809 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB18249-
CMYK0.2500.630.91
HSL84º45.45%6.47%-
HSV(B)84º62.5%9.41%-
XYZ0.630.80.38-
YUV20.5121.51126.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 24 (9.77% from 255) = 47.06%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=35.29%
G=47.06%
B=17.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182490.2500.630.918445.456.47
Hex121891903F5B542d6
Octal22301131077133124556
Binary1001011000100111001011111110110111010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121809; }

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

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

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

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

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

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

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

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