#28932A

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

Shades of Forest Green #28932A

Tints of Forest Green #28932A

Color information

#28932A (or 0x28932A) is unknown color: approx Forest Green. HEX triplet: 28, 93 and 2A. RGB value is (40,147,42). Sum of RGB (Red+Green+Blue) = 40+147+42=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #28932A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28932A is #D76CD5. Grayscale: #676767. Windows color (decimal): -14118102 or 2790184. OLE color: 2790184.

HSL color Cylindrical-coordinate representation of color #28932A: hue angle of 121.12º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28932A is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB4014742-
CMYK0.7300.710.42
HSL121.12º57.22%36.67%-
HSV(B)121.12º72.79%57.65%-
XYZ11.7321.495.72-
YUV103.0493.5583.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 147 (57.81% from 255) = 64.19%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=17.47%
G=64.19%
B=18.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40147420.7300.710.42121.1257.2236.67
Hex28932A490472A793925
Octal50223521110107521717145
Binary101000100100111010101001001010001111010101111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28932A; }

 p { color: rgb(40,147,42); }

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

<style>
 a { background-color: #28932A; }

 a { background-color: rgb(40,147,42); }

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

<style>
 span { border-color: #28932A; }

 span { border-color: rgb(40,147,42); }

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