Html Css Color HEX #2FA51C Forest Green

📋 copy color: '#2FA51C'

red 47 ◦ green 165 ◦ blue 28

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

Shades of Forest Green #2FA51C

Tints of Forest Green #2FA51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 68.75%

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 19.58%
G = 68.75%
B = 11.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#2FA51C (or 0x2FA51C) is known color: Forest Green. HEX triplet: 2F, A5 and 1C. RGB value is (47,165,28). Sum of RGB (Red+Green+Blue) = 47+165+28=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA51C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA51C is #D05AE3. Grayscale: #727272. Windows color (decimal): -13654756 or 1877295. OLE color: 1877295.

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

Color convert

RGB 47 165 28 -
CMYK 0.72 0 0.83 0.35
HSL 111.68º 0.71% 0.38% -
HSV(B) 111.68º 0.83% 0.65% -
XYZ 14.84 27.6 5.64 -
YUV 114.1 79.41 80.14 -
System Red Green Blue C M Y K H S L
Decimal 47 165 28 0.72 0 0.83 0.35 111.68 0.71 0.38
Hex 2F A5 1C 48 0 53 23 70 47 26
Octal 57 245 34 110 0 123 43 160 107 46
Binary 101111 10100101 11100 1001000 0 1010011 100011 1110000 1000111 100110

Color Harmonies of #2FA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA51C

Black with #2FA51C

Text Example


Text Example

White with #2FA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,165,28); }

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

background-color css

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

 a { background-color: rgb(47,165,28); }

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

border-color css

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

 span { border-color: rgb(47,165,28); }

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