#2FA01A

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

Shades of Forest Green #2FA01A

Tints of Forest Green #2FA01A

Color information

#2FA01A (or 0x2FA01A) is unknown color: approx Forest Green. HEX triplet: 2F, A0 and 1A. RGB value is (47,160,26). Sum of RGB (Red+Green+Blue) = 47+160+26=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA01A is #D05FE5. Grayscale: #6F6F6F. Windows color (decimal): -13656038 or 1744943. OLE color: 1744943.

HSL color Cylindrical-coordinate representation of color #2FA01A: hue angle of 110.6º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA01A is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB4716026-
CMYK0.7100.840.37
HSL110.6º72.04%36.47%-
HSV(B)110.6º83.75%62.75%-
XYZ13.9325.825.23-
YUV110.9480.0682.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.17%
GREEN value IS 160 (62.89% from 255) = 68.67%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=20.17%
G=68.67%
B=11.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47160260.7100.840.37110.672.0436.47
Hex2FA01A47054256f4824
Octal572403210701244515711044
Binary101111101000001101010001110101010010010111011111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,160,26); }

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

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

 a { background-color: rgb(47,160,26); }

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

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

 span { border-color: rgb(47,160,26); }

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