#28950E

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

Shades of Forest Green #28950E

Tints of Forest Green #28950E

Color information

#28950E (or 0x28950E) is unknown color: approx Forest Green. HEX triplet: 28, 95 and 0E. RGB value is (40,149,14). Sum of RGB (Red+Green+Blue) = 40+149+14=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #28950E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28950E is #D76AF1. Grayscale: #656565. Windows color (decimal): -14117618 or 955688. OLE color: 955688.

HSL color Cylindrical-coordinate representation of color #28950E: hue angle of 108.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28950E is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB4014914-
CMYK0.7300.910.42
HSL108.44º82.82%31.96%-
HSV(B)108.44º90.6%58.43%-
XYZ11.721.984.04-
YUV101.0278.8984.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 149 (58.59% from 255) = 73.40%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=19.70%
G=73.40%
B=6.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40149140.7300.910.42108.4482.8231.96
Hex2895E4905B2A6c5320
Octal502251611101335215412340
Binary10100010010101111010010010101101110101011011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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