Html Css Color HEX #2FA228 Forest Green

📋 copy color: '#2FA228'

red 47 ◦ green 162 ◦ blue 40

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

Shades of Forest Green #2FA228

Tints of Forest Green #2FA228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 65.06%

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

R = 18.88%
G = 65.06%
B = 16.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#2FA228 (or 0x2FA228) is known color: Forest Green. HEX triplet: 2F, A2 and 28. RGB value is (47,162,40). Sum of RGB (Red+Green+Blue) = 47+162+40=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA228 is #D05DD7. Grayscale: #727272. Windows color (decimal): -13655512 or 2662959. OLE color: 2662959.

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

Color convert

RGB 47 162 40 -
CMYK 0.71 0 0.75 0.36
HSL 116.56º 0.6% 0.4% -
HSV(B) 116.56º 0.75% 0.64% -
XYZ 14.48 26.6 6.38 -
YUV 113.71 86.4 80.42 -
System Red Green Blue C M Y K H S L
Decimal 47 162 40 0.71 0 0.75 0.36 116.56 0.6 0.4
Hex 2F A2 28 47 0 4B 24 75 3C 28
Octal 57 242 50 107 0 113 44 165 74 50
Binary 101111 10100010 101000 1000111 0 1001011 100100 1110101 111100 101000

Color Harmonies of #2FA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA228

Black with #2FA228

Text Example


Text Example

White with #2FA228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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