#122605

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

Shades of Pine Tree #122605

Tints of Pine Tree #122605

Color information

#122605 (or 0x122605) is unknown color: approx Pine Tree. HEX triplet: 12, 26 and 05. RGB value is (18,38,5). Sum of RGB (Red+Green+Blue) = 18+38+5=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #122605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122605 is #EDD9FA. Grayscale: #1C1C1C. Windows color (decimal): -15587835 or 337426. OLE color: 337426.

HSL color Cylindrical-coordinate representation of color #122605: hue angle of 96.36º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122605 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB18385-
CMYK0.5300.870.85
HSL96.36º76.74%8.43%-
HSV(B)96.36º86.84%14.9%-
XYZ0.971.530.39-
YUV28.26114.87120.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 38 (15.23% from 255) = 62.30%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=29.51%
G=62.30%
B=8.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183850.5300.870.8596.3676.748.43
Hex122653505755604d8
Octal2246565012712514011510
Binary10010100110101110101010101111010101110000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122605; }

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

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

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

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

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

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

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

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