#28851c

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

Shades of Forest Green #28851C

Tints of Forest Green #28851C

Color information

#28851C (or 0x28851C) is unknown color: approx Forest Green. HEX triplet: 28, 85 and 1C. RGB value is (40,133,28). Sum of RGB (Red+Green+Blue) = 40+133+28=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #28851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28851C is #D77AE3. Grayscale: #5D5D5D. Windows color (decimal): -14121700 or 1869096. OLE color: 1869096.

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

Color convert

RGB4013328-
CMYK0.7000.790.48
HSL113.14º65.22%31.57%-
HSV(B)113.14º78.95%52.16%-
XYZ9.4717.313.94-
YUV93.2291.1990.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 133 (52.34% from 255) = 66.17%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=19.90%
G=66.17%
B=13.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40133280.7000.790.48113.1465.2231.57
Hex28851C4604F30714120
Octal502053410601176016110140
Binary101000100001011110010001100100111111000011100011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28851c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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