#28AA10

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

Shades of Forest Green #28AA10

Tints of Forest Green #28AA10

Color information

#28AA10 (or 0x28AA10) is unknown color: approx Forest Green. HEX triplet: 28, AA and 10. RGB value is (40,170,16). Sum of RGB (Red+Green+Blue) = 40+170+16=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA10 is #D755EF. Grayscale: #727272. Windows color (decimal): -14112240 or 1092136. OLE color: 1092136.

HSL color Cylindrical-coordinate representation of color #28AA10: hue angle of 110.65º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28AA10 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB4017016-
CMYK0.7600.910.33
HSL110.65º82.8%36.47%-
HSV(B)110.65º90.59%66.67%-
XYZ15.3429.245.33-
YUV113.5772.9375.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 170 (66.80% from 255) = 75.22%
BLUE value IS 16 (6.64% from 255) = 7.08%
R=17.70%
G=75.22%
B=7.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40170160.7600.910.33110.6582.836.47
Hex28AA104C05B216f5324
Octal502522011401334115712344
Binary101000101010101000010011000101101110000111011111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28AA10; }

 p { color: rgb(40,170,16); }

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

<style>
 a { background-color: #28AA10; }

 a { background-color: rgb(40,170,16); }

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

<style>
 span { border-color: #28AA10; }

 span { border-color: rgb(40,170,16); }

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