#121B0A

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

Shades of Pine Tree #121B0A

Tints of Pine Tree #121B0A

Color information

#121B0A (or 0x121B0A) is unknown color: approx Pine Tree. HEX triplet: 12, 1B and 0A. RGB value is (18,27,10). Sum of RGB (Red+Green+Blue) = 18+27+10=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #121B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B0A is #EDE4F5. Grayscale: #161616. Windows color (decimal): -15590646 or 662290. OLE color: 662290.

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

Color convert

RGB182710-
CMYK0.3300.630.89
HSL91.76º45.95%7.25%-
HSV(B)91.76º62.96%10.59%-
XYZ0.70.930.43-
YUV22.37121.02124.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 27 (10.94% from 255) = 49.09%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=32.73%
G=49.09%
B=18.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1827100.3300.630.8991.7645.957.25
Hex121BA2103F595c2e7
Octal22331241077131134567
Binary10010110111010100001011111110110011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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