Html Css Color HEX #2FA52A Forest Green

📋 copy color: '#2FA52A'

red 47 ◦ green 165 ◦ blue 42

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

Shades of Forest Green #2FA52A

Tints of Forest Green #2FA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 64.96%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 18.5%
G = 64.96%
B = 16.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#2FA52A (or 0x2FA52A) is known color: Forest Green. HEX triplet: 2F, A5 and 2A. RGB value is (47,165,42). Sum of RGB (Red+Green+Blue) = 47+165+42=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 165 (64.84% from 255 or 64.96% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA52A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA52A is #D05AD5. Grayscale: #747474. Windows color (decimal): -13654742 or 2794799. OLE color: 2794799.

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

Color convert

RGB 47 165 42 -
CMYK 0.72 0 0.75 0.35
HSL 117.56º 0.59% 0.41% -
HSV(B) 117.56º 0.75% 0.65% -
XYZ 15.05 27.68 6.74 -
YUV 115.7 86.41 79 -
System Red Green Blue C M Y K H S L
Decimal 47 165 42 0.72 0 0.75 0.35 117.56 0.59 0.41
Hex 2F A5 2A 48 0 4B 23 76 3B 29
Octal 57 245 52 110 0 113 43 166 73 51
Binary 101111 10100101 101010 1001000 0 1001011 100011 1110110 111011 101001

Color Harmonies of #2FA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA52A

Black with #2FA52A

Text Example


Text Example

White with #2FA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,165,42); }

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

background-color css

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

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

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

border-color css

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

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

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