#122002

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

Shades of Pine Tree #122002

Tints of Pine Tree #122002

Color information

#122002 (or 0x122002) is unknown color: approx Pine Tree. HEX triplet: 12, 20 and 02. RGB value is (18,32,2). Sum of RGB (Red+Green+Blue) = 18+32+2=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #122002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122002 is #EDDFFD. Grayscale: #181818. Windows color (decimal): -15589374 or 139282. OLE color: 139282.

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

Color convert

RGB18322-
CMYK0.4400.940.87
HSL88º88.24%6.67%-
HSV(B)88º93.75%12.55%-
XYZ0.781.170.24-
YUV24.39115.36123.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 32 (12.89% from 255) = 61.54%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=34.62%
G=61.54%
B=3.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal183220.4400.940.878888.246.67
Hex122022C05E5758587
Octal224025401361271301307
Binary100101000001010110001011110101011110110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122002; }

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

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

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

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

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

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

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

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