#122001

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

Shades of Pine Tree #122001

Tints of Pine Tree #122001

Color information

#122001 (or 0x122001) is unknown color: approx Pine Tree. HEX triplet: 12, 20 and 01. RGB value is (18,32,1). Sum of RGB (Red+Green+Blue) = 18+32+1=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #122001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122001 is #EDDFFE. Grayscale: #181818. Windows color (decimal): -15589375 or 73746. OLE color: 73746.

HSL color Cylindrical-coordinate representation of color #122001: hue angle of 87.1º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #122001 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB18321-
CMYK0.4400.970.87
HSL87.1º93.94%6.47%-
HSV(B)87.1º96.88%12.55%-
XYZ0.771.160.21-
YUV24.28114.86123.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 32 (12.89% from 255) = 62.75%
BLUE value IS 1 (0.78% from 255) = 1.96%
R=35.29%
G=62.75%
B=1.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183210.4400.970.8787.193.946.47
Hex122012C06157575e6
Octal224015401411271271366
Binary10010100000110110001100001101011110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122001; }

 p { color: rgb(18,32,1); }

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

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

 a { background-color: rgb(18,32,1); }

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

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

 span { border-color: rgb(18,32,1); }

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