#122600

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

Shades of Pine Tree #122600

Tints of Pine Tree #122600

Color information

#122600 (or 0x122600) is unknown color: approx Pine Tree. HEX triplet: 12, 26 and 00. RGB value is (18,38,0). Sum of RGB (Red+Green+Blue) = 18+38+0=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #122600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122600 is #EDD9FF. Grayscale: #1B1B1B. Windows color (decimal): -15587840 or 9746. OLE color: 9746.

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

Color convert

RGB18380-
CMYK0.53010.85
HSL91.58º100%7.45%-
HSV(B)91.58º100%14.9%-
XYZ0.941.510.24-
YUV27.69112.37121.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 38 (15.23% from 255) = 67.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.14%
G=67.86%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183800.53010.8591.581007.45
Hex1226035064555c647
Octal224606501441251341447
Binary10010100110011010101100100101010110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122600; }

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

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

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

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

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

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

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

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