#121808

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

Shades of Pine Tree #121808

Tints of Pine Tree #121808

Color information

#121808 (or 0x121808) is unknown color: approx Pine Tree. HEX triplet: 12, 18 and 08. RGB value is (18,24,8). Sum of RGB (Red+Green+Blue) = 18+24+8=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #121808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121808 is #EDE7F7. Grayscale: #141414. Windows color (decimal): -15591416 or 530450. OLE color: 530450.

HSL color Cylindrical-coordinate representation of color #121808: hue angle of 82.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121808 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB18248-
CMYK0.2500.670.91
HSL82.5º50%6.27%-
HSV(B)82.5º66.67%9.41%-
XYZ0.620.80.35-
YUV20.38121.01126.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 24 (9.77% from 255) = 48%
BLUE value IS 8 (3.52% from 255) = 16%
R=36%
G=48%
B=16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182480.2500.670.9182.5506.27
Hex12188190435B52326
Octal223010310103133122626
Binary10010110001000110010100001110110111010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121808; }

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

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

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

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

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

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

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

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