Html Css Color HEX #2FA520 Forest Green

📋 copy color: '#2FA520'

red 47 ◦ green 165 ◦ blue 32

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

Shades of Forest Green #2FA520

Tints of Forest Green #2FA520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.11%

R = 19.26%
G = 67.62%
B = 13.11%

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

#2FA520 (or 0x2FA520) is known color: Forest Green. HEX triplet: 2F, A5 and 20. RGB value is (47,165,32). Sum of RGB (Red+Green+Blue) = 47+165+32=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 165 (64.84% from 255 or 67.62% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA520 is #D05ADF. Grayscale: #727272. Windows color (decimal): -13654752 or 2139439. OLE color: 2139439.

HSL color Cylindrical-coordinate representation of color #2FA520: hue angle of 113.23º degrees, saturation: 0.68, 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 #2FA520 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 165 32 -
CMYK 0.72 0 0.81 0.35
HSL 113.23º 0.68% 0.39% -
HSV(B) 113.23º 0.81% 0.65% -
XYZ 14.89 27.62 5.91 -
YUV 114.56 81.41 79.81 -
System Red Green Blue C M Y K H S L
Decimal 47 165 32 0.72 0 0.81 0.35 113.23 0.68 0.39
Hex 2F A5 20 48 0 51 23 71 44 27
Octal 57 245 40 110 0 121 43 161 104 47
Binary 101111 10100101 100000 1001000 0 1010001 100011 1110001 1000100 100111

Color Harmonies of #2FA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA520

Black with #2FA520

Text Example


Text Example

White with #2FA520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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