#2a8f3a

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

Shades of Forest Green #2A8F3A

Tints of Forest Green #2A8F3A

Color information

#2A8F3A (or 0x2A8F3A) is unknown color: approx Forest Green. HEX triplet: 2A, 8F and 3A. RGB value is (42,143,58). Sum of RGB (Red+Green+Blue) = 42+143+58=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 143 (56.25% from 255 or 58.85% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8F3A is #D570C5. Grayscale: #676767. Windows color (decimal): -13988038 or 3837738. OLE color: 3837738.

HSL color Cylindrical-coordinate representation of color #2A8F3A: hue angle of 129.5º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F3A is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB4214358-
CMYK0.7100.590.44
HSL129.5º54.59%36.27%-
HSV(B)129.5º70.63%56.08%-
XYZ11.5420.447.34-
YUV103.11102.5484.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 143 (56.25% from 255) = 58.85%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=17.28%
G=58.85%
B=23.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42143580.7100.590.44129.554.5936.27
Hex2A8F3A4703B2C823724
Octal5221772107073542026744
Binary101010100011111110101000111011101110110010000010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a8f3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,143,58); }

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

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

 a { background-color: rgb(42,143,58); }

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

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

 span { border-color: rgb(42,143,58); }

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