#28851F

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

Shades of Forest Green #28851F

Tints of Forest Green #28851F

Color information

#28851F (or 0x28851F) is unknown color: approx Forest Green. HEX triplet: 28, 85 and 1F. RGB value is (40,133,31). Sum of RGB (Red+Green+Blue) = 40+133+31=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #28851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28851F is #D77AE0. Grayscale: #5D5D5D. Windows color (decimal): -14121697 or 2065704. OLE color: 2065704.

HSL color Cylindrical-coordinate representation of color #28851F: hue angle of 114.71º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28851F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB4013331-
CMYK0.7000.770.48
HSL114.71º62.2%32.16%-
HSV(B)114.71º76.69%52.16%-
XYZ9.5117.334.14-
YUV93.5692.6989.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 133 (52.34% from 255) = 65.20%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=19.61%
G=65.20%
B=15.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40133310.7000.770.48114.7162.232.16
Hex28851F4604D30733e20
Octal50205371060115601637640
Binary10100010000101111111000110010011011100001110011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28851F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28851F; }

 p { color: rgb(40,133,31); }

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

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

 a { background-color: rgb(40,133,31); }

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

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

 span { border-color: rgb(40,133,31); }

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