#28860E

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

Shades of Forest Green #28860E

Tints of Forest Green #28860E

Color information

#28860E (or 0x28860E) is unknown color: approx Forest Green. HEX triplet: 28, 86 and 0E. RGB value is (40,134,14). Sum of RGB (Red+Green+Blue) = 40+134+14=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 134 (52.73% from 255 or 71.28% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 134 - color contains mainly: green. Hex color #28860E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28860E is #D779F1. Grayscale: #5C5C5C. Windows color (decimal): -14121458 or 951848. OLE color: 951848.

HSL color Cylindrical-coordinate representation of color #28860E: hue angle of 107º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28860E is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB4013414-
CMYK0.7000.900.47
HSL107º81.08%29.02%-
HSV(B)107º89.55%52.55%-
XYZ9.4817.533.3-
YUV92.2183.8690.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 134 (52.73% from 255) = 71.28%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=21.28%
G=71.28%
B=7.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40134140.7000.900.4710781.0829.02
Hex2886E4605A2F6b511d
Octal502061610601325715312135
Binary1010001000011011101000110010110101011111101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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