#122000

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

Shades of Pine Tree #122000

Tints of Pine Tree #122000

Color information

#122000 (or 0x122000) is unknown color: approx Pine Tree. HEX triplet: 12, 20 and 00. RGB value is (18,32,0). Sum of RGB (Red+Green+Blue) = 18+32+0=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #122000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122000 is #EDDFFF. Grayscale: #181818. Windows color (decimal): -15589376 or 8210. OLE color: 8210.

HSL color Cylindrical-coordinate representation of color #122000: hue angle of 86.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #122000 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB18320-
CMYK0.44010.87
HSL86.25º100%6.27%-
HSV(B)86.25º100%12.55%-
XYZ0.771.160.18-
YUV24.17114.36123.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 32 (12.89% from 255) = 64%
BLUE value IS 0 (0.39% from 255) = 0%
R=36%
G=64%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183200.44010.8786.251006.27
Hex122002C0645756646
Octal224005401441271261446
Binary10010100000010110001100100101011110101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122000; }

 p { color: rgb(18,32,0); }

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

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

 a { background-color: rgb(18,32,0); }

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

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

 span { border-color: rgb(18,32,0); }

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