#121D09

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

Shades of Pine Tree #121D09

Tints of Pine Tree #121D09

Color information

#121D09 (or 0x121D09) is unknown color: approx Pine Tree. HEX triplet: 12, 1D and 09. RGB value is (18,29,9). Sum of RGB (Red+Green+Blue) = 18+29+9=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 29 (11.72% from 255 or 51.79% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 29 - color contains mainly: green. Hex color #121D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D09 is #EDE2F6. Grayscale: #171717. Windows color (decimal): -15590135 or 597266. OLE color: 597266.

HSL color Cylindrical-coordinate representation of color #121D09: hue angle of 93º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #121D09 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB18299-
CMYK0.3800.690.89
HSL93º52.63%7.45%-
HSV(B)93º68.97%11.37%-
XYZ0.741.030.42-
YUV23.43119.86124.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 29 (11.72% from 255) = 51.79%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=32.14%
G=51.79%
B=16.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182990.3800.690.899352.637.45
Hex121D926045595d357
Octal223511460105131135657
Binary100101110110011001100100010110110011011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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