#28AA0F

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

Shades of Forest Green #28AA0F

Tints of Forest Green #28AA0F

Color information

#28AA0F (or 0x28AA0F) is unknown color: approx Forest Green. HEX triplet: 28, AA and 0F. RGB value is (40,170,15). Sum of RGB (Red+Green+Blue) = 40+170+15=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA0F is #D755F0. Grayscale: #717171. Windows color (decimal): -14112241 or 1026600. OLE color: 1026600.

HSL color Cylindrical-coordinate representation of color #28AA0F: hue angle of 110.32º degrees, saturation: 0.84, 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 #28AA0F is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB4017015-
CMYK0.7600.910.33
HSL110.32º83.78%36.27%-
HSV(B)110.32º91.18%66.67%-
XYZ15.3429.245.29-
YUV113.4672.4375.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 170 (66.80% from 255) = 75.56%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=17.78%
G=75.56%
B=6.67%

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
Decimal40170150.7600.910.33110.3283.7836.27
Hex28AAF4C05B216e5424
Octal502521711401334115612444
Binary10100010101010111110011000101101110000111011101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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