#2A8426

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

Shades of Forest Green #2A8426

Tints of Forest Green #2A8426

Color information

#2A8426 (or 0x2A8426) is unknown color: approx Forest Green. HEX triplet: 2A, 84 and 26. RGB value is (42,132,38). Sum of RGB (Red+Green+Blue) = 42+132+38=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8426 is #D57BD9. Grayscale: #5E5E5E. Windows color (decimal): -13990874 or 2524202. OLE color: 2524202.

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

Color convert

RGB4213238-
CMYK0.6800.710.48
HSL117.45º55.29%33.33%-
HSV(B)117.45º71.21%51.76%-
XYZ9.5617.134.64-
YUV94.3796.1890.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 132 (51.95% from 255) = 62.26%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=19.81%
G=62.26%
B=17.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132380.6800.710.48117.4555.2933.33
Hex2A84264404730753721
Octal52204461040107601656741
Binary101010100001001001101000100010001111100001110101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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