#121D04

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

Shades of Pine Tree #121D04

Tints of Pine Tree #121D04

Color information

#121D04 (or 0x121D04) is unknown color: approx Pine Tree. HEX triplet: 12, 1D and 04. RGB value is (18,29,4). Sum of RGB (Red+Green+Blue) = 18+29+4=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #121D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D04 is #EDE2FB. Grayscale: #161616. Windows color (decimal): -15590140 or 269586. OLE color: 269586.

HSL color Cylindrical-coordinate representation of color #121D04: hue angle of 86.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121D04 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB18294-
CMYK0.3800.860.89
HSL86.4º75.76%6.47%-
HSV(B)86.4º86.21%11.37%-
XYZ0.711.020.27-
YUV22.86117.36124.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 29 (11.72% from 255) = 56.86%
BLUE value IS 4 (1.95% from 255) = 7.84%
R=35.29%
G=56.86%
B=7.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182940.3800.860.8986.475.766.47
Hex121D42605659564c6
Octal223544601261311261146
Binary100101110110010011001010110101100110101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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