#122506

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

Shades of Pine Tree #122506

Tints of Pine Tree #122506

Color information

#122506 (or 0x122506) is unknown color: approx Pine Tree. HEX triplet: 12, 25 and 06. RGB value is (18,37,6). Sum of RGB (Red+Green+Blue) = 18+37+6=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #122506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122506 is #EDDAF9. Grayscale: #1B1B1B. Windows color (decimal): -15588090 or 402706. OLE color: 402706.

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

Color convert

RGB18376-
CMYK0.5100.840.85
HSL96.77º72.09%8.43%-
HSV(B)96.77º83.78%14.51%-
XYZ0.941.460.41-
YUV27.78115.71121.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=29.51%
G=60.66%
B=9.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183760.5100.840.8596.7772.098.43
Hex12256330545561488
Octal2245663012412514111010
Binary10010100101110110011010101001010101110000110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122506; }

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

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

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

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

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

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

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

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