Html Css Color HEX #2FA028 Forest Green

📋 copy color: '#2FA028'

red 47 ◦ green 160 ◦ blue 40

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

Shades of Forest Green #2FA028

Tints of Forest Green #2FA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 19.03%
G = 64.78%
B = 16.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#2FA028 (or 0x2FA028) is known color: Forest Green. HEX triplet: 2F, A0 and 28. RGB value is (47,160,40). Sum of RGB (Red+Green+Blue) = 47+160+40=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA028 is #D05FD7. Grayscale: #707070. Windows color (decimal): -13656024 or 2662447. OLE color: 2662447.

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

Color convert

RGB 47 160 40 -
CMYK 0.71 0 0.75 0.37
HSL 116.5º 0.6% 0.39% -
HSV(B) 116.5º 0.75% 0.63% -
XYZ 14.13 25.9 6.26 -
YUV 112.53 87.06 81.26 -
System Red Green Blue C M Y K H S L
Decimal 47 160 40 0.71 0 0.75 0.37 116.5 0.6 0.39
Hex 2F A0 28 47 0 4B 25 74 3C 27
Octal 57 240 50 107 0 113 45 164 74 47
Binary 101111 10100000 101000 1000111 0 1001011 100101 1110100 111100 100111

Color Harmonies of #2FA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA028

Black with #2FA028

Text Example


Text Example

White with #2FA028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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