#121904

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

Shades of Pine Tree #121904

Tints of Pine Tree #121904

Color information

#121904 (or 0x121904) is unknown color: approx Pine Tree. HEX triplet: 12, 19 and 04. RGB value is (18,25,4). Sum of RGB (Red+Green+Blue) = 18+25+4=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #121904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121904 is #EDE6FB. Grayscale: #141414. Windows color (decimal): -15591164 or 268562. OLE color: 268562.

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

Color convert

RGB18254-
CMYK0.2800.840.90
HSL80º72.41%5.69%-
HSV(B)80º84%9.8%-
XYZ0.620.830.24-
YUV20.51118.68126.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 25 (10.16% from 255) = 53.19%
BLUE value IS 4 (1.95% from 255) = 8.51%
R=38.30%
G=53.19%
B=8.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182540.2800.840.908072.415.69
Hex121941C0545A50486
Octal223143401241321201106
Binary10010110011001110001010100101101010100001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121904; }

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

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

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

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

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

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

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

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