#121A05

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

Shades of Pine Tree #121A05

Tints of Pine Tree #121A05

Color information

#121A05 (or 0x121A05) is unknown color: approx Pine Tree. HEX triplet: 12, 1A and 05. RGB value is (18,26,5). Sum of RGB (Red+Green+Blue) = 18+26+5=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #121A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A05 is #EDE5FA. Grayscale: #151515. Windows color (decimal): -15590907 or 334354. OLE color: 334354.

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

Color convert

RGB18265-
CMYK0.3100.810.90
HSL82.86º67.74%6.08%-
HSV(B)82.86º80.77%10.2%-
XYZ0.650.880.28-
YUV21.21118.85125.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 26 (10.55% from 255) = 53.06%
BLUE value IS 5 (2.34% from 255) = 10.20%
R=36.73%
G=53.06%
B=10.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182650.3100.810.9082.8667.746.08
Hex121A51F0515A53446
Octal223253701211321231046
Binary10010110101011111101010001101101010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A05; }

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

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

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

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

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

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

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

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