#2a841e

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

Shades of Forest Green #2A841E

Tints of Forest Green #2A841E

Color information

#2A841E (or 0x2A841E) is unknown color: approx Forest Green. HEX triplet: 2A, 84 and 1E. RGB value is (42,132,30). Sum of RGB (Red+Green+Blue) = 42+132+30=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #2A841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A841E is #D57BE1. Grayscale: #5D5D5D. Windows color (decimal): -13990882 or 1999914. OLE color: 1999914.

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

Color convert

RGB4213230-
CMYK0.6800.770.48
HSL112.94º62.96%31.76%-
HSV(B)112.94º77.27%51.76%-
XYZ9.4417.094.03-
YUV93.4692.1891.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 132 (51.95% from 255) = 64.71%
BLUE value IS 30 (12.11% from 255) = 14.71%
R=20.59%
G=64.71%
B=14.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132300.6800.770.48112.9462.9631.76
Hex2A841E4404D30713f20
Octal52204361040115601617740
Binary10101010000100111101000100010011011100001110001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a841e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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