#122904

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

Shades of Pine Tree #122904

Tints of Pine Tree #122904

Color information

#122904 (or 0x122904) is unknown color: approx Pine Tree. HEX triplet: 12, 29 and 04. RGB value is (18,41,4). Sum of RGB (Red+Green+Blue) = 18+41+4=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 41 (16.41% from 255 or 65.08% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 41 - color contains mainly: green. Hex color #122904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122904 is #EDD6FB. Grayscale: #1E1E1E. Windows color (decimal): -15587068 or 272658. OLE color: 272658.

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

Color convert

RGB18414-
CMYK0.5600.900.84
HSL97.3º82.22%8.82%-
HSV(B)97.3º90.24%16.08%-
XYZ1.061.720.39-
YUV29.9113.38119.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 41 (16.41% from 255) = 65.08%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=28.57%
G=65.08%
B=6.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal184140.5600.900.8497.382.228.82
Hex122943805A5461529
Octal2251470013212414112211
Binary10010101001100111000010110101010100110000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122904; }

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

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

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

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

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

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

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

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