#121B0C

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

Shades of Pine Tree #121B0C

Tints of Pine Tree #121B0C

Color information

#121B0C (or 0x121B0C) is unknown color: approx Pine Tree. HEX triplet: 12, 1B and 0C. RGB value is (18,27,12). Sum of RGB (Red+Green+Blue) = 18+27+12=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #121B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B0C is #EDE4F3. Grayscale: #161616. Windows color (decimal): -15590644 or 793362. OLE color: 793362.

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

Color convert

RGB182712-
CMYK0.3300.560.89
HSL96º38.46%7.65%-
HSV(B)96º55.56%10.59%-
XYZ0.710.940.49-
YUV22.6122.02124.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 27 (10.94% from 255) = 47.37%
BLUE value IS 12 (5.08% from 255) = 21.05%
R=31.58%
G=47.37%
B=21.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1827120.3300.560.899638.467.65
Hex121BC210385960268
Octal223314410701311404610
Binary100101101111001000010111000101100111000001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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