#121705

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

Shades of Pine Tree #121705

Tints of Pine Tree #121705

Color information

#121705 (or 0x121705) is unknown color: approx Pine Tree. HEX triplet: 12, 17 and 05. RGB value is (18,23,5). Sum of RGB (Red+Green+Blue) = 18+23+5=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #121705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121705 is #EDE8FA. Grayscale: #131313. Windows color (decimal): -15591675 or 333586. OLE color: 333586.

HSL color Cylindrical-coordinate representation of color #121705: hue angle of 76.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121705 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.

Color convert

RGB18235-
CMYK0.2200.780.91
HSL76.67º64.29%5.49%-
HSV(B)76.67º78.26%9.02%-
XYZ0.580.750.26-
YUV19.45119.84126.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 23 (9.38% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=39.13%
G=50%
B=10.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182350.2200.780.9176.6764.295.49
Hex121751604E5B4d405
Octal222752601161331151005
Binary10010101111011011001001110101101110011011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121705; }

 p { color: rgb(18,23,5); }

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

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

 a { background-color: rgb(18,23,5); }

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

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

 span { border-color: rgb(18,23,5); }

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