Html Css Color HEX #2FA211 Forest Green

📋 copy color: '#2FA211'

red 47 ◦ green 162 ◦ blue 17

#2FA211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2FA211

Tints of Forest Green #2FA211

RGB

 RED value IS 47 (18.75% from 255) = 20.8%

 GREEN value IS 162 (63.67% from 255) = 71.68%

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 20.8%
G = 71.68%
B = 7.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#2FA211 (or 0x2FA211) is known color: Forest Green. HEX triplet: 2F, A2 and 11. RGB value is (47,162,17). Sum of RGB (Red+Green+Blue) = 47+162+17=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 162 (63.67% from 255 or 71.68% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA211 is #D05DEE. Grayscale: #6F6F6F. Windows color (decimal): -13655535 or 1155631. OLE color: 1155631.

HSL color Cylindrical-coordinate representation of color #2FA211: hue angle of 107.59º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FA211 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 47 162 17 -
CMYK 0.71 0 0.90 0.36
HSL 107.59º 0.81% 0.35% -
HSV(B) 107.59º 0.9% 0.64% -
XYZ 14.19 26.49 4.89 -
YUV 111.09 74.9 82.29 -
System Red Green Blue C M Y K H S L
Decimal 47 162 17 0.71 0 0.90 0.36 107.59 0.81 0.35
Hex 2F A2 11 47 0 5A 24 6C 51 23
Octal 57 242 21 107 0 132 44 154 121 43
Binary 101111 10100010 10001 1000111 0 1011010 100100 1101100 1010001 100011

Color Harmonies of #2FA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA211

Black with #2FA211

Text Example


Text Example

White with #2FA211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,162,17); }

 H1.HeaderClassName
 {
   color: #2FA211;
 }
 .AnyTagClassName
 {
   color: #2FA211;
 }
</style>

background-color css

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

 a { background-color: rgb(47,162,17); }

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

border-color css

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

 span { border-color: rgb(47,162,17); }

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