#121F07

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

Shades of Pine Tree #121F07

Tints of Pine Tree #121F07

Color information

#121F07 (or 0x121F07) is unknown color: approx Pine Tree. HEX triplet: 12, 1F and 07. RGB value is (18,31,7). Sum of RGB (Red+Green+Blue) = 18+31+7=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #121F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F07 is #EDE0F8. Grayscale: #181818. Windows color (decimal): -15589625 or 466706. OLE color: 466706.

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

Color convert

RGB18317-
CMYK0.4200.770.88
HSL92.5º63.16%7.45%-
HSV(B)92.5º77.42%12.16%-
XYZ0.781.120.38-
YUV24.38118.19123.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 31 (12.5% from 255) = 55.36%
BLUE value IS 7 (3.12% from 255) = 12.5%
R=32.14%
G=55.36%
B=12.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal183170.4200.770.8892.563.167.45
Hex121F72A04D585c3f7
Octal22377520115130134777
Binary10010111111111010100100110110110001011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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