#122608

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

Shades of Pine Tree #122608

Tints of Pine Tree #122608

Color information

#122608 (or 0x122608) is unknown color: approx Pine Tree. HEX triplet: 12, 26 and 08. RGB value is (18,38,8). Sum of RGB (Red+Green+Blue) = 18+38+8=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #122608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122608 is #EDD9F7. Grayscale: #1C1C1C. Windows color (decimal): -15587832 or 534034. OLE color: 534034.

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

Color convert

RGB18388-
CMYK0.5300.790.85
HSL100º65.22%9.02%-
HSV(B)100º78.95%14.9%-
XYZ0.991.530.47-
YUV28.6116.37120.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 38 (15.23% from 255) = 59.38%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=28.12%
G=59.38%
B=12.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183880.5300.790.8510065.229.02
Hex122683504F5564419
Octal22461065011712514410111
Binary100101001101000110101010011111010101110010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122608; }

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

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

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

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

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

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

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

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