#121F06

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

Shades of Pine Tree #121F06

Tints of Pine Tree #121F06

Color information

#121F06 (or 0x121F06) is unknown color: approx Pine Tree. HEX triplet: 12, 1F and 06. RGB value is (18,31,6). Sum of RGB (Red+Green+Blue) = 18+31+6=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #121F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F06 is #EDE0F9. Grayscale: #181818. Windows color (decimal): -15589626 or 401170. OLE color: 401170.

HSL color Cylindrical-coordinate representation of color #121F06: hue angle of 91.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121F06 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB18316-
CMYK0.4200.810.88
HSL91.2º67.57%7.25%-
HSV(B)91.2º80.65%12.16%-
XYZ0.771.120.35-
YUV24.26117.69123.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 31 (12.5% from 255) = 56.36%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=32.73%
G=56.36%
B=10.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal183160.4200.810.8891.267.577.25
Hex121F62A051585b447
Octal223765201211301331047
Binary100101111111010101001010001101100010110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,31,6); }

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

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

 a { background-color: rgb(18,31,6); }

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

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

 span { border-color: rgb(18,31,6); }

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