#121C09

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

Shades of Pine Tree #121C09

Tints of Pine Tree #121C09

Color information

#121C09 (or 0x121C09) is unknown color: approx Pine Tree. HEX triplet: 12, 1C and 09. RGB value is (18,28,9). Sum of RGB (Red+Green+Blue) = 18+28+9=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #121C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C09 is #EDE3F6. Grayscale: #161616. Windows color (decimal): -15590391 or 597010. OLE color: 597010.

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

Color convert

RGB18289-
CMYK0.3600.680.89
HSL91.58º51.35%7.25%-
HSV(B)91.58º67.86%10.98%-
XYZ0.710.980.41-
YUV22.84120.19124.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 28 (11.33% from 255) = 50.91%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=32.73%
G=50.91%
B=16.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182890.3600.680.8991.5851.357.25
Hex121C924044595c337
Octal223411440104131134637
Binary100101110010011001000100010010110011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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