#121A09

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

Shades of Pine Tree #121A09

Tints of Pine Tree #121A09

Color information

#121A09 (or 0x121A09) is unknown color: approx Pine Tree. HEX triplet: 12, 1A and 09. RGB value is (18,26,9). Sum of RGB (Red+Green+Blue) = 18+26+9=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 26 - color contains mainly: green. Hex color #121A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A09 is #EDE5F6. Grayscale: #151515. Windows color (decimal): -15590903 or 596498. OLE color: 596498.

HSL color Cylindrical-coordinate representation of color #121A09: hue angle of 88.24º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121A09 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB18269-
CMYK0.3100.650.90
HSL88.24º48.57%6.86%-
HSV(B)88.24º65.38%10.2%-
XYZ0.670.890.39-
YUV21.67120.85125.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 26 (10.55% from 255) = 49.06%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=33.96%
G=49.06%
B=16.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182690.3100.650.9088.2448.576.86
Hex121A91F0415A58317
Octal223211370101132130617
Binary10010110101001111110100000110110101011000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A09; }

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

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

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

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

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

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

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

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