#2A8425

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

Shades of Forest Green #2A8425

Tints of Forest Green #2A8425

Color information

#2A8425 (or 0x2A8425) is unknown color: approx Forest Green. HEX triplet: 2A, 84 and 25. RGB value is (42,132,37). Sum of RGB (Red+Green+Blue) = 42+132+37=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8425 is #D57BDA. Grayscale: #5E5E5E. Windows color (decimal): -13990875 or 2458666. OLE color: 2458666.

HSL color Cylindrical-coordinate representation of color #2A8425: hue angle of 116.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A8425 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB4213237-
CMYK0.6800.720.48
HSL116.84º56.21%33.14%-
HSV(B)116.84º71.97%51.76%-
XYZ9.5417.134.55-
YUV94.2695.6890.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 132 (51.95% from 255) = 62.56%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=19.91%
G=62.56%
B=17.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132370.6800.720.48116.8456.2133.14
Hex2A84254404830753821
Octal52204451040110601657041
Binary101010100001001001011000100010010001100001110101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,132,37); }

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

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

 a { background-color: rgb(42,132,37); }

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

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

 span { border-color: rgb(42,132,37); }

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