Html Css Color HEX #2FA61F Forest Green

📋 copy color: '#2FA61F'

red 47 ◦ green 166 ◦ blue 31

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

Shades of Forest Green #2FA61F

Tints of Forest Green #2FA61F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 68.03%

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 19.26%
G = 68.03%
B = 12.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#2FA61F (or 0x2FA61F) is known color: Forest Green. HEX triplet: 2F, A6 and 1F. RGB value is (47,166,31). Sum of RGB (Red+Green+Blue) = 47+166+31=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 166 (65.23% from 255 or 68.03% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA61F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA61F is #D059E0. Grayscale: #737373. Windows color (decimal): -13654497 or 2074159. OLE color: 2074159.

HSL color Cylindrical-coordinate representation of color #2FA61F: hue angle of 112.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FA61F is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 166 31 -
CMYK 0.72 0 0.81 0.35
HSL 112.89º 0.69% 0.39% -
HSV(B) 112.89º 0.81% 0.65% -
XYZ 15.06 27.98 5.9 -
YUV 115.03 80.58 79.48 -
System Red Green Blue C M Y K H S L
Decimal 47 166 31 0.72 0 0.81 0.35 112.89 0.69 0.39
Hex 2F A6 1F 48 0 51 23 71 45 27
Octal 57 246 37 110 0 121 43 161 105 47
Binary 101111 10100110 11111 1001000 0 1010001 100011 1110001 1000101 100111

Color Harmonies of #2FA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA61F

Black with #2FA61F

Text Example


Text Example

White with #2FA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,166,31); }

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

background-color css

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

 a { background-color: rgb(47,166,31); }

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

border-color css

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

 span { border-color: rgb(47,166,31); }

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