Html Css Color HEX #2FA42F Forest Green

📋 copy color: '#2FA42F'

red 47 ◦ green 164 ◦ blue 47

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

Shades of Forest Green #2FA42F

Tints of Forest Green #2FA42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 63.57%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 18.22%
G = 63.57%
B = 18.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#2FA42F (or 0x2FA42F) is known color: Forest Green. HEX triplet: 2F, A4 and 2F. RGB value is (47,164,47). Sum of RGB (Red+Green+Blue) = 47+164+47=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 164 (64.45% from 255 or 63.57% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA42F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA42F is #D05BD0. Grayscale: #747474. Windows color (decimal): -13654993 or 3122223. OLE color: 3122223.

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

Color convert

RGB 47 164 47 -
CMYK 0.71 0 0.71 0.36
HSL 120º 0.55% 0.41% -
HSV(B) 120º 0.71% 0.64% -
XYZ 14.96 27.36 7.18 -
YUV 115.68 89.24 79.01 -
System Red Green Blue C M Y K H S L
Decimal 47 164 47 0.71 0 0.71 0.36 120 0.55 0.41
Hex 2F A4 2F 47 0 47 24 78 37 29
Octal 57 244 57 107 0 107 44 170 67 51
Binary 101111 10100100 101111 1000111 0 1000111 100100 1111000 110111 101001

Color Harmonies of #2FA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA42F

Black with #2FA42F

Text Example


Text Example

White with #2FA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,164,47); }

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

background-color css

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

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

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

border-color css

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

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

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