#2A8831

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

Shades of Forest Green #2A8831

Tints of Forest Green #2A8831

Color information

#2A8831 (or 0x2A8831) is unknown color: approx Forest Green. HEX triplet: 2A, 88 and 31. RGB value is (42,136,49). Sum of RGB (Red+Green+Blue) = 42+136+49=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8831 is #D577CE. Grayscale: #626262. Windows color (decimal): -13989839 or 3246122. OLE color: 3246122.

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

Color convert

RGB4213649-
CMYK0.6900.640.47
HSL124.47º52.81%34.9%-
HSV(B)124.47º69.12%53.33%-
XYZ10.3118.325.9-
YUV97.98100.3688.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.50%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=18.50%
G=59.91%
B=21.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42136490.6900.640.47124.4752.8134.9
Hex2A8831450402F7c3523
Octal52210611050100571746543
Binary101010100010001100011000101010000001011111111100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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