#122005

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

Shades of Pine Tree #122005

Tints of Pine Tree #122005

Color information

#122005 (or 0x122005) is unknown color: approx Pine Tree. HEX triplet: 12, 20 and 05. RGB value is (18,32,5). Sum of RGB (Red+Green+Blue) = 18+32+5=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #122005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122005 is #EDDFFA. Grayscale: #181818. Windows color (decimal): -15589371 or 335890. OLE color: 335890.

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

Color convert

RGB18325-
CMYK0.4400.840.87
HSL91.11º72.97%7.25%-
HSV(B)91.11º84.38%12.55%-
XYZ0.791.170.33-
YUV24.74116.86123.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 32 (12.89% from 255) = 58.18%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=32.73%
G=58.18%
B=9.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183250.4400.840.8791.1172.977.25
Hex122052C054575b497
Octal224055401241271331117
Binary1001010000010110110001010100101011110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122005; }

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

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

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

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

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

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

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

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