#28980E

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

Shades of Forest Green #28980E

Tints of Forest Green #28980E

Color information

#28980E (or 0x28980E) is unknown color: approx Forest Green. HEX triplet: 28, 98 and 0E. RGB value is (40,152,14). Sum of RGB (Red+Green+Blue) = 40+152+14=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 152 (59.77% from 255 or 73.79% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 152 - color contains mainly: green. Hex color #28980E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28980E is #D767F1. Grayscale: #676767. Windows color (decimal): -14116850 or 956456. OLE color: 956456.

HSL color Cylindrical-coordinate representation of color #28980E: hue angle of 108.7º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28980E is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB4015214-
CMYK0.7400.910.40
HSL108.7º83.13%32.55%-
HSV(B)108.7º90.79%59.61%-
XYZ12.1822.944.2-
YUV102.7877.8983.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.42%
GREEN value IS 152 (59.77% from 255) = 73.79%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=19.42%
G=73.79%
B=6.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40152140.7400.910.40108.783.1332.55
Hex2898E4A05B286d5321
Octal502301611201335015512341
Binary10100010011000111010010100101101110100011011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28980E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28980E; }

 p { color: rgb(40,152,14); }

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

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

 a { background-color: rgb(40,152,14); }

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

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

 span { border-color: rgb(40,152,14); }

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