#122704

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

Shades of Pine Tree #122704

Tints of Pine Tree #122704

Color information

#122704 (or 0x122704) is unknown color: approx Pine Tree. HEX triplet: 12, 27 and 04. RGB value is (18,39,4). Sum of RGB (Red+Green+Blue) = 18+39+4=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #122704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122704 is #EDD8FB. Grayscale: #1C1C1C. Windows color (decimal): -15587580 or 272146. OLE color: 272146.

HSL color Cylindrical-coordinate representation of color #122704: hue angle of 96º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122704 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB18394-
CMYK0.5400.900.85
HSL96º81.4%8.43%-
HSV(B)96º89.74%15.29%-
XYZ11.590.37-
YUV28.73114.04120.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 39 (15.62% from 255) = 63.93%
BLUE value IS 4 (1.95% from 255) = 6.56%
R=29.51%
G=63.93%
B=6.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183940.5400.900.859681.48.43
Hex122743605A5560518
Octal2247466013212514012110
Binary10010100111100110110010110101010101110000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122704; }

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

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

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

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

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

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

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

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