Html Css Color HEX #2FA019 Forest Green

📋 copy color: '#2FA019'

red 47 ◦ green 160 ◦ blue 25

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

Shades of Forest Green #2FA019

Tints of Forest Green #2FA019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 20.26%
G = 68.97%
B = 10.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#2FA019 (or 0x2FA019) is known color: Forest Green. HEX triplet: 2F, A0 and 19. RGB value is (47,160,25). Sum of RGB (Red+Green+Blue) = 47+160+25=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA019 is #D05FE6. Grayscale: #6F6F6F. Windows color (decimal): -13656039 or 1679407. OLE color: 1679407.

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

Color convert

RGB 47 160 25 -
CMYK 0.71 0 0.84 0.37
HSL 110.22º 0.73% 0.36% -
HSV(B) 110.22º 0.84% 0.63% -
XYZ 13.92 25.82 5.17 -
YUV 110.82 79.56 82.48 -
System Red Green Blue C M Y K H S L
Decimal 47 160 25 0.71 0 0.84 0.37 110.22 0.73 0.36
Hex 2F A0 19 47 0 54 25 6E 49 24
Octal 57 240 31 107 0 124 45 156 111 44
Binary 101111 10100000 11001 1000111 0 1010100 100101 1101110 1001001 100100

Color Harmonies of #2FA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA019

Black with #2FA019

Text Example


Text Example

White with #2FA019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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