Html Css Color HEX #2FA519 Forest Green

📋 copy color: '#2FA519'

red 47 ◦ green 165 ◦ blue 25

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

Shades of Forest Green #2FA519

Tints of Forest Green #2FA519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 19.83%
G = 69.62%
B = 10.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#2FA519 (or 0x2FA519) is known color: Forest Green. HEX triplet: 2F, A5 and 19. RGB value is (47,165,25). Sum of RGB (Red+Green+Blue) = 47+165+25=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA519 is #D05AE6. Grayscale: #727272. Windows color (decimal): -13654759 or 1680687. OLE color: 1680687.

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

Color convert

RGB 47 165 25 -
CMYK 0.72 0 0.85 0.35
HSL 110.57º 0.74% 0.37% -
HSV(B) 110.57º 0.85% 0.65% -
XYZ 14.8 27.58 5.46 -
YUV 113.76 77.91 80.38 -
System Red Green Blue C M Y K H S L
Decimal 47 165 25 0.72 0 0.85 0.35 110.57 0.74 0.37
Hex 2F A5 19 48 0 55 23 6F 4A 25
Octal 57 245 31 110 0 125 43 157 112 45
Binary 101111 10100101 11001 1001000 0 1010101 100011 1101111 1001010 100101

Color Harmonies of #2FA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA519

Black with #2FA519

Text Example


Text Example

White with #2FA519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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