#121A04

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

Shades of Pine Tree #121A04

Tints of Pine Tree #121A04

Color information

#121A04 (or 0x121A04) is unknown color: approx Pine Tree. HEX triplet: 12, 1A and 04. RGB value is (18,26,4). Sum of RGB (Red+Green+Blue) = 18+26+4=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #121A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A04 is #EDE5FB. Grayscale: #151515. Windows color (decimal): -15590908 or 268818. OLE color: 268818.

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

Color convert

RGB18264-
CMYK0.3100.850.90
HSL81.82º73.33%5.88%-
HSV(B)81.82º84.62%10.2%-
XYZ0.640.880.25-
YUV21.1118.35125.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 26 (10.55% from 255) = 54.17%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=37.5%
G=54.17%
B=8.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182640.3100.850.9081.8273.335.88
Hex121A41F0555A52496
Octal223243701251321221116
Binary10010110101001111101010101101101010100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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