#121E08

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

Shades of Pine Tree #121E08

Tints of Pine Tree #121E08

Color information

#121E08 (or 0x121E08) is unknown color: approx Pine Tree. HEX triplet: 12, 1E and 08. RGB value is (18,30,8). Sum of RGB (Red+Green+Blue) = 18+30+8=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #121E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E08 is #EDE1F7. Grayscale: #171717. Windows color (decimal): -15589880 or 531986. OLE color: 531986.

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

Color convert

RGB18308-
CMYK0.4000.730.88
HSL92.73º57.89%7.45%-
HSV(B)92.73º73.33%11.76%-
XYZ0.761.070.4-
YUV23.9119.02123.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 30 (12.11% from 255) = 53.57%
BLUE value IS 8 (3.52% from 255) = 14.29%
R=32.14%
G=53.57%
B=14.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal183080.4000.730.8892.7357.897.45
Hex121E828049585d3a7
Octal223610500111130135727
Binary100101111010001010000100100110110001011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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