#122304

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

Shades of Pine Tree #122304

Tints of Pine Tree #122304

Color information

#122304 (or 0x122304) is unknown color: approx Pine Tree. HEX triplet: 12, 23 and 04. RGB value is (18,35,4). Sum of RGB (Red+Green+Blue) = 18+35+4=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #122304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122304 is #EDDCFB. Grayscale: #1A1A1A. Windows color (decimal): -15588604 or 271122. OLE color: 271122.

HSL color Cylindrical-coordinate representation of color #122304: hue angle of 92.9º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122304 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB18354-
CMYK0.4900.890.86
HSL92.9º79.49%7.65%-
HSV(B)92.9º88.57%13.73%-
XYZ0.871.340.33-
YUV26.38115.37122.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 35 (14.06% from 255) = 61.40%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=31.58%
G=61.40%
B=7.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal183540.4900.890.8692.979.497.65
Hex1223431059565d4f8
Octal2243461013112613511710
Binary10010100011100110001010110011010110101110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122304; }

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

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

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

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

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

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

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

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