#28AE12

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

Shades of Forest Green #28AE12

Tints of Forest Green #28AE12

Color information

#28AE12 (or 0x28AE12) is unknown color: approx Forest Green. HEX triplet: 28, AE and 12. RGB value is (40,174,18). Sum of RGB (Red+Green+Blue) = 40+174+18=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 174 (68.36% from 255 or 75% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AE12 is #D751ED. Grayscale: #747474. Windows color (decimal): -14111214 or 1224232. OLE color: 1224232.

HSL color Cylindrical-coordinate representation of color #28AE12: hue angle of 111.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28AE12 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB4017418-
CMYK0.7700.900.32
HSL111.54º81.25%37.65%-
HSV(B)111.54º89.66%68.24%-
XYZ16.1230.775.66-
YUV116.1572.6173.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 174 (68.36% from 255) = 75%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=17.24%
G=75%
B=7.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40174180.7700.900.32111.5481.2537.65
Hex28AE124D05A20705126
Octal502562211501324016012146
Binary101000101011101001010011010101101010000011100001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,174,18); }

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

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

 a { background-color: rgb(40,174,18); }

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

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

 span { border-color: rgb(40,174,18); }

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