Html Css Color HEX #2FA71B Forest Green

📋 copy color: '#2FA71B'

red 47 ◦ green 167 ◦ blue 27

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

Shades of Forest Green #2FA71B

Tints of Forest Green #2FA71B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 69.29%

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 19.5%
G = 69.29%
B = 11.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#2FA71B (or 0x2FA71B) is known color: Forest Green. HEX triplet: 2F, A7 and 1B. RGB value is (47,167,27). Sum of RGB (Red+Green+Blue) = 47+167+27=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 167 (65.62% from 255 or 69.29% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA71B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA71B is #D058E4. Grayscale: #737373. Windows color (decimal): -13654245 or 1812271. OLE color: 1812271.

HSL color Cylindrical-coordinate representation of color #2FA71B: hue angle of 111.43º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FA71B is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 167 27 -
CMYK 0.72 0 0.84 0.35
HSL 111.43º 0.72% 0.38% -
HSV(B) 111.43º 0.84% 0.65% -
XYZ 15.19 28.32 5.7 -
YUV 115.16 78.24 79.38 -
System Red Green Blue C M Y K H S L
Decimal 47 167 27 0.72 0 0.84 0.35 111.43 0.72 0.38
Hex 2F A7 1B 48 0 54 23 6F 48 26
Octal 57 247 33 110 0 124 43 157 110 46
Binary 101111 10100111 11011 1001000 0 1010100 100011 1101111 1001000 100110

Color Harmonies of #2FA71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA71B

Black with #2FA71B

Text Example


Text Example

White with #2FA71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,167,27); }

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

background-color css

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

 a { background-color: rgb(47,167,27); }

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

border-color css

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

 span { border-color: rgb(47,167,27); }

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