#122101

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

Shades of Pine Tree #122101

Tints of Pine Tree #122101

Color information

#122101 (or 0x122101) is unknown color: approx Pine Tree. HEX triplet: 12, 21 and 01. RGB value is (18,33,1). Sum of RGB (Red+Green+Blue) = 18+33+1=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #122101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122101 is #EDDEFE. Grayscale: #181818. Windows color (decimal): -15589119 or 74002. OLE color: 74002.

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

Color convert

RGB18331-
CMYK0.4500.970.87
HSL88.12º94.12%6.67%-
HSV(B)88.12º96.97%12.94%-
XYZ0.81.220.22-
YUV24.87114.53123.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 33 (13.28% from 255) = 63.46%
BLUE value IS 1 (0.78% from 255) = 1.92%
R=34.62%
G=63.46%
B=1.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183310.4500.970.8788.1294.126.67
Hex122112D06157585e7
Octal224115501411271301367
Binary10010100001110110101100001101011110110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122101; }

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

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

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

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

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

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

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

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