#2A8927

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

Shades of Forest Green #2A8927

Tints of Forest Green #2A8927

Color information

#2A8927 (or 0x2A8927) is unknown color: approx Forest Green. HEX triplet: 2A, 89 and 27. RGB value is (42,137,39). Sum of RGB (Red+Green+Blue) = 42+137+39=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8927 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8927 is #D576D8. Grayscale: #616161. Windows color (decimal): -13989593 or 2591018. OLE color: 2591018.

HSL color Cylindrical-coordinate representation of color #2A8927: hue angle of 118.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A8927 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB4213739-
CMYK0.6900.720.46
HSL118.16º55.68%34.51%-
HSV(B)118.16º71.53%53.73%-
XYZ10.2718.534.96-
YUV97.4295.0388.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 137 (53.91% from 255) = 62.84%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=19.27%
G=62.84%
B=17.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42137390.6900.720.46118.1655.6834.51
Hex2A8927450482E763823
Octal52211471050110561667043
Binary101010100010011001111000101010010001011101110110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A8927; }

 p { color: rgb(42,137,39); }

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

<style>
 a { background-color: #2A8927; }

 a { background-color: rgb(42,137,39); }

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

<style>
 span { border-color: #2A8927; }

 span { border-color: rgb(42,137,39); }

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