#2A882E

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

Shades of Forest Green #2A882E

Tints of Forest Green #2A882E

Color information

#2A882E (or 0x2A882E) is unknown color: approx Forest Green. HEX triplet: 2A, 88 and 2E. RGB value is (42,136,46). Sum of RGB (Red+Green+Blue) = 42+136+46=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #2A882E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A882E is #D577D1. Grayscale: #616161. Windows color (decimal): -13989842 or 3049514. OLE color: 3049514.

HSL color Cylindrical-coordinate representation of color #2A882E: hue angle of 122.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A882E is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB4213646-
CMYK0.6900.660.47
HSL122.55º52.81%34.9%-
HSV(B)122.55º69.12%53.33%-
XYZ10.2518.35.58-
YUV97.6398.8688.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 136 (53.52% from 255) = 60.71%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=18.75%
G=60.71%
B=20.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42136460.6900.660.47122.5552.8134.9
Hex2A882E450422F7b3523
Octal52210561050102571736543
Binary101010100010001011101000101010000101011111111011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,46); }

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

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

 a { background-color: rgb(42,136,46); }

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

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

 span { border-color: rgb(42,136,46); }

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