#121E05

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

Shades of Pine Tree #121E05

Tints of Pine Tree #121E05

Color information

#121E05 (or 0x121E05) is unknown color: approx Pine Tree. HEX triplet: 12, 1E and 05. RGB value is (18,30,5). Sum of RGB (Red+Green+Blue) = 18+30+5=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #121E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E05 is #EDE1FA. Grayscale: #171717. Windows color (decimal): -15589883 or 335378. OLE color: 335378.

HSL color Cylindrical-coordinate representation of color #121E05: hue angle of 88.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121E05 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB18305-
CMYK0.4000.830.88
HSL88.8º71.43%6.86%-
HSV(B)88.8º83.33%11.76%-
XYZ0.741.070.31-
YUV23.56117.52124.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 30 (12.11% from 255) = 56.60%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=33.96%
G=56.60%
B=9.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal183050.4000.830.8888.871.436.86
Hex121E5280535859477
Octal223655001231301311077
Binary100101111010110100001010011101100010110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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