#122905

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

Shades of Pine Tree #122905

Tints of Pine Tree #122905

Color information

#122905 (or 0x122905) is unknown color: approx Pine Tree. HEX triplet: 12, 29 and 05. RGB value is (18,41,5). Sum of RGB (Red+Green+Blue) = 18+41+5=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 41 (16.41% from 255 or 64.06% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 41 - color contains mainly: green. Hex color #122905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122905 is #EDD6FA. Grayscale: #1E1E1E. Windows color (decimal): -15587067 or 338194. OLE color: 338194.

HSL color Cylindrical-coordinate representation of color #122905: hue angle of 98.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122905 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB18415-
CMYK0.5600.880.84
HSL98.33º78.26%9.02%-
HSV(B)98.33º87.8%16.08%-
XYZ1.071.730.42-
YUV30.02113.88119.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 41 (16.41% from 255) = 64.06%
BLUE value IS 5 (2.34% from 255) = 7.81%
R=28.12%
G=64.06%
B=7.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal184150.5600.880.8498.3378.269.02
Hex122953805854624e9
Octal2251570013012414211611
Binary10010101001101111000010110001010100110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122905; }

 p { color: rgb(18,41,5); }

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

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

 a { background-color: rgb(18,41,5); }

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

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

 span { border-color: rgb(18,41,5); }

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