#121908

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

Shades of Pine Tree #121908

Tints of Pine Tree #121908

Color information

#121908 (or 0x121908) is unknown color: approx Pine Tree. HEX triplet: 12, 19 and 08. RGB value is (18,25,8). Sum of RGB (Red+Green+Blue) = 18+25+8=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #121908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121908 is #EDE6F7. Grayscale: #151515. Windows color (decimal): -15591160 or 530706. OLE color: 530706.

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

Color convert

RGB18258-
CMYK0.2800.680.90
HSL84.71º51.52%6.47%-
HSV(B)84.71º68%9.8%-
XYZ0.640.840.36-
YUV20.97120.68125.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=35.29%
G=49.02%
B=15.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182580.2800.680.9084.7151.526.47
Hex121981C0445A55346
Octal223110340104132125646
Binary10010110011000111000100010010110101010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121908; }

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

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

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

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

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

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

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

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