#2A8328

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

Shades of Forest Green #2A8328

Tints of Forest Green #2A8328

Color information

#2A8328 (or 0x2A8328) is unknown color: approx Forest Green. HEX triplet: 2A, 83 and 28. RGB value is (42,131,40). Sum of RGB (Red+Green+Blue) = 42+131+40=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #2A8328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8328 is #D57CD7. Grayscale: #5E5E5E. Windows color (decimal): -13991128 or 2655018. OLE color: 2655018.

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

Color convert

RGB4213140-
CMYK0.6800.690.49
HSL118.68º53.22%33.53%-
HSV(B)118.68º69.47%51.37%-
XYZ9.4516.884.77-
YUV94.0197.5190.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=19.72%
G=61.50%
B=18.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42131400.6800.690.49118.6853.2233.53
Hex2A83284404531773522
Octal52203501040105611676542
Binary101010100000111010001000100010001011100011110111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,131,40); }

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

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

 a { background-color: rgb(42,131,40); }

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

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

 span { border-color: rgb(42,131,40); }

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