#149027

Color #149027 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #149027

Tints of Forest Green #149027

Color information

#149027 (or 0x149027) is unknown color: approx Forest Green. HEX triplet: 14, 90 and 27. RGB value is (20,144,39). Sum of RGB (Red+Green+Blue) = 20+144+39=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #149027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149027 is #EB6FD8. Grayscale: #5F5F5F. Windows color (decimal): -15429593 or 2592788. OLE color: 2592788.

HSL color Cylindrical-coordinate representation of color #149027: hue angle of 129.19º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149027 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB2014439-
CMYK0.8600.730.44
HSL129.19º75.61%32.16%-
HSV(B)129.19º86.11%56.47%-
XYZ10.6320.245.27-
YUV94.9596.4274.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 144 (56.64% from 255) = 70.94%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=9.85%
G=70.94%
B=19.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144390.8600.730.44129.1975.6132.16
Hex149027560492C814c20
Octal242204712601115420111440
Binary1010010010000100111101011001001001101100100000011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149027; }

 p { color: rgb(20,144,39); }

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

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

 a { background-color: rgb(20,144,39); }

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

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

 span { border-color: rgb(20,144,39); }

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