#2A8C25

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

Shades of Forest Green #2A8C25

Tints of Forest Green #2A8C25

Color information

#2A8C25 (or 0x2A8C25) is unknown color: approx Forest Green. HEX triplet: 2A, 8C and 25. RGB value is (42,140,37). Sum of RGB (Red+Green+Blue) = 42+140+37=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 140 (55.08% from 255 or 63.93% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8C25 is #D573DA. Grayscale: #636363. Windows color (decimal): -13988827 or 2460714. OLE color: 2460714.

HSL color Cylindrical-coordinate representation of color #2A8C25: hue angle of 117.09º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A8C25 is Cyan = 0.7, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB4214037-
CMYK0.700.740.45
HSL117.09º58.19%34.71%-
HSV(B)117.09º73.57%54.9%-
XYZ10.6719.384.93-
YUV98.9693.0387.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 140 (55.08% from 255) = 63.93%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=19.18%
G=63.93%
B=16.89%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42140370.700.740.45117.0958.1934.71
Hex2A8C254604A2D753a23
Octal52214451060112551657243
Binary101010100011001001011000110010010101011011110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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