#2A8826

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

Shades of Forest Green #2A8826

Tints of Forest Green #2A8826

Color information

#2A8826 (or 0x2A8826) is unknown color: approx Forest Green. HEX triplet: 2A, 88 and 26. RGB value is (42,136,38). Sum of RGB (Red+Green+Blue) = 42+136+38=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8826 is #D577D9. Grayscale: #616161. Windows color (decimal): -13989850 or 2525226. OLE color: 2525226.

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

Color convert

RGB4213638-
CMYK0.6900.720.47
HSL117.55º56.32%34.12%-
HSV(B)117.55º72.06%53.33%-
XYZ10.1118.244.82-
YUV96.7294.8688.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.44%
GREEN value IS 136 (53.52% from 255) = 62.96%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=19.44%
G=62.96%
B=17.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42136380.6900.720.47117.5556.3234.12
Hex2A8826450482F763822
Octal52210461050110571667042
Binary101010100010001001101000101010010001011111110110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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