#122806

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

Shades of Pine Tree #122806

Tints of Pine Tree #122806

Color information

#122806 (or 0x122806) is unknown color: approx Pine Tree. HEX triplet: 12, 28 and 06. RGB value is (18,40,6). Sum of RGB (Red+Green+Blue) = 18+40+6=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #122806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122806 is #EDD7F9. Grayscale: #1D1D1D. Windows color (decimal): -15587322 or 403474. OLE color: 403474.

HSL color Cylindrical-coordinate representation of color #122806: hue angle of 98.82º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122806 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB18406-
CMYK0.5500.850.84
HSL98.82º73.91%9.02%-
HSV(B)98.82º85%15.69%-
XYZ1.041.660.44-
YUV29.55114.71119.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 40 (16.02% from 255) = 62.5%
BLUE value IS 6 (2.73% from 255) = 9.38%
R=28.12%
G=62.5%
B=9.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal184060.5500.850.8498.8273.919.02
Hex122863705554634a9
Octal2250667012512414311211
Binary10010101000110110111010101011010100110001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122806; }

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

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

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

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

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

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

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

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