Html Css Color HEX #2FA025 Forest Green

📋 copy color: '#2FA025'

red 47 ◦ green 160 ◦ blue 37

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

Shades of Forest Green #2FA025

Tints of Forest Green #2FA025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 65.57%

 BLUE value IS 37 (14.84% from 255) = 15.16%

R = 19.26%
G = 65.57%
B = 15.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#2FA025 (or 0x2FA025) is known color: Forest Green. HEX triplet: 2F, A0 and 25. RGB value is (47,160,37). Sum of RGB (Red+Green+Blue) = 47+160+37=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 160 (62.89% from 255 or 65.57% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA025 is #D05FDA. Grayscale: #707070. Windows color (decimal): -13656027 or 2465839. OLE color: 2465839.

HSL color Cylindrical-coordinate representation of color #2FA025: hue angle of 115.12º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FA025 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 160 37 -
CMYK 0.71 0 0.77 0.37
HSL 115.12º 0.62% 0.39% -
HSV(B) 115.12º 0.77% 0.63% -
XYZ 14.08 25.88 6 -
YUV 112.19 85.56 81.5 -
System Red Green Blue C M Y K H S L
Decimal 47 160 37 0.71 0 0.77 0.37 115.12 0.62 0.39
Hex 2F A0 25 47 0 4D 25 73 3E 27
Octal 57 240 45 107 0 115 45 163 76 47
Binary 101111 10100000 100101 1000111 0 1001101 100101 1110011 111110 100111

Color Harmonies of #2FA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA025

Black with #2FA025

Text Example


Text Example

White with #2FA025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,160,37); }

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

background-color css

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

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

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

border-color css

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

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

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