#2A882C

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

Shades of Forest Green #2A882C

Tints of Forest Green #2A882C

Color information

#2A882C (or 0x2A882C) is unknown color: approx Forest Green. HEX triplet: 2A, 88 and 2C. RGB value is (42,136,44). Sum of RGB (Red+Green+Blue) = 42+136+44=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #2A882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A882C is #D577D3. Grayscale: #616161. Windows color (decimal): -13989844 or 2918442. OLE color: 2918442.

HSL color Cylindrical-coordinate representation of color #2A882C: hue angle of 121.28º 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 #2A882C is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB4213644-
CMYK0.6900.680.47
HSL121.28º52.81%34.9%-
HSV(B)121.28º69.12%53.33%-
XYZ10.2118.285.37-
YUV97.4197.8688.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 136 (53.52% from 255) = 61.26%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=18.92%
G=61.26%
B=19.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42136440.6900.680.47121.2852.8134.9
Hex2A882C450442F793523
Octal52210541050104571716543
Binary101010100010001011001000101010001001011111111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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