Html Css Color HEX #2FA421 Forest Green

📋 copy color: '#2FA421'

red 47 ◦ green 164 ◦ blue 33

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

Shades of Forest Green #2FA421

Tints of Forest Green #2FA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 67.21%

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 19.26%
G = 67.21%
B = 13.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#2FA421 (or 0x2FA421) is known color: Forest Green. HEX triplet: 2F, A4 and 21. RGB value is (47,164,33). Sum of RGB (Red+Green+Blue) = 47+164+33=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 164 (64.45% from 255 or 67.21% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA421 is #D05BDE. Grayscale: #727272. Windows color (decimal): -13655007 or 2204719. OLE color: 2204719.

HSL color Cylindrical-coordinate representation of color #2FA421: hue angle of 113.59º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FA421 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 47 164 33 -
CMYK 0.71 0 0.80 0.36
HSL 113.59º 0.66% 0.39% -
HSV(B) 113.59º 0.8% 0.64% -
XYZ 14.72 27.27 5.93 -
YUV 114.08 82.24 80.15 -
System Red Green Blue C M Y K H S L
Decimal 47 164 33 0.71 0 0.80 0.36 113.59 0.66 0.39
Hex 2F A4 21 47 0 50 24 72 42 27
Octal 57 244 41 107 0 120 44 162 102 47
Binary 101111 10100100 100001 1000111 0 1010000 100100 1110010 1000010 100111

Color Harmonies of #2FA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA421

Black with #2FA421

Text Example


Text Example

White with #2FA421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,164,33); }

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

background-color css

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

 a { background-color: rgb(47,164,33); }

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

border-color css

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

 span { border-color: rgb(47,164,33); }

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