#122509

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

Shades of Pine Tree #122509

Tints of Pine Tree #122509

Color information

#122509 (or 0x122509) is unknown color: approx Pine Tree. HEX triplet: 12, 25 and 09. RGB value is (18,37,9). Sum of RGB (Red+Green+Blue) = 18+37+9=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #122509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122509 is #EDDAF6. Grayscale: #1C1C1C. Windows color (decimal): -15588087 or 599314. OLE color: 599314.

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

Color convert

RGB18379-
CMYK0.5100.760.85
HSL100.71º60.87%9.02%-
HSV(B)100.71º75.68%14.51%-
XYZ0.961.470.49-
YUV28.13117.21120.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=28.12%
G=57.81%
B=14.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183790.5100.760.85100.7160.879.02
Hex122593304C55653d9
Octal2245116301141251457511
Binary10010100101100111001101001100101010111001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122509; }

 p { color: rgb(18,37,9); }

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

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

 a { background-color: rgb(18,37,9); }

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

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

 span { border-color: rgb(18,37,9); }

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