#121B09

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

Shades of Pine Tree #121B09

Tints of Pine Tree #121B09

Color information

#121B09 (or 0x121B09) is unknown color: approx Pine Tree. HEX triplet: 12, 1B and 09. RGB value is (18,27,9). Sum of RGB (Red+Green+Blue) = 18+27+9=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #121B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B09 is #EDE4F6. Grayscale: #161616. Windows color (decimal): -15590647 or 596754. OLE color: 596754.

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

Color convert

RGB18279-
CMYK0.3300.670.89
HSL90º50%7.06%-
HSV(B)90º66.67%10.59%-
XYZ0.690.930.4-
YUV22.26120.52124.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 27 (10.94% from 255) = 50%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182790.3300.670.8990507.06
Hex121B921043595a327
Octal223311410103131132627
Binary100101101110011000010100001110110011011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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