#2A842B

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

Shades of Forest Green #2A842B

Tints of Forest Green #2A842B

Color information

#2A842B (or 0x2A842B) is unknown color: approx Forest Green. HEX triplet: 2A, 84 and 2B. RGB value is (42,132,43). Sum of RGB (Red+Green+Blue) = 42+132+43=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #2A842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A842B is #D57BD4. Grayscale: #5F5F5F. Windows color (decimal): -13990869 or 2851882. OLE color: 2851882.

HSL color Cylindrical-coordinate representation of color #2A842B: hue angle of 120.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A842B is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB4213243-
CMYK0.6800.670.48
HSL120.67º51.72%34.12%-
HSV(B)120.67º68.18%51.76%-
XYZ9.6417.175.09-
YUV94.9498.6890.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 132 (51.95% from 255) = 60.83%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=19.35%
G=60.83%
B=19.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132430.6800.670.48120.6751.7234.12
Hex2A842B4404330793422
Octal52204531040103601716442
Binary101010100001001010111000100010000111100001111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,132,43); }

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

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

 a { background-color: rgb(42,132,43); }

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

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

 span { border-color: rgb(42,132,43); }

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