#122606

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

Shades of Pine Tree #122606

Tints of Pine Tree #122606

Color information

#122606 (or 0x122606) is unknown color: approx Pine Tree. HEX triplet: 12, 26 and 06. RGB value is (18,38,6). Sum of RGB (Red+Green+Blue) = 18+38+6=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #122606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122606 is #EDD9F9. Grayscale: #1C1C1C. Windows color (decimal): -15587834 or 402962. OLE color: 402962.

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

Color convert

RGB18386-
CMYK0.5300.840.85
HSL97.5º72.73%8.63%-
HSV(B)97.5º84.21%14.9%-
XYZ0.981.530.42-
YUV28.37115.37120.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 38 (15.23% from 255) = 61.29%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=29.03%
G=61.29%
B=9.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183860.5300.840.8597.572.738.63
Hex12266350545562499
Octal2246665012412514211111
Binary10010100110110110101010101001010101110001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122606; }

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

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

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

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

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

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

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

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