#121902

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

Shades of Pine Tree #121902

Tints of Pine Tree #121902

Color information

#121902 (or 0x121902) is unknown color: approx Pine Tree. HEX triplet: 12, 19 and 02. RGB value is (18,25,2). Sum of RGB (Red+Green+Blue) = 18+25+2=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #121902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121902 is #EDE6FD. Grayscale: #141414. Windows color (decimal): -15591166 or 137490. OLE color: 137490.

HSL color Cylindrical-coordinate representation of color #121902: hue angle of 78.26º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121902 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB18252-
CMYK0.2800.920.90
HSL78.26º85.19%5.29%-
HSV(B)78.26º92%9.8%-
XYZ0.610.830.19-
YUV20.28117.68126.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 55.56%
BLUE value IS 2 (1.17% from 255) = 4.44%
R=40%
G=55.56%
B=4.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182520.2800.920.9078.2685.195.29
Hex121921C05C5A4e555
Octal223123401341321161255
Binary1001011001101110001011100101101010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121902; }

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

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

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

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

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

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

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

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