Html Css Color HEX #2FA528 Forest Green

📋 copy color: '#2FA528'

red 47 ◦ green 165 ◦ blue 40

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

Shades of Forest Green #2FA528

Tints of Forest Green #2FA528

RGB

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

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

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

R = 18.65%
G = 65.48%
B = 15.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#2FA528 (or 0x2FA528) is known color: Forest Green. HEX triplet: 2F, A5 and 28. RGB value is (47,165,40). Sum of RGB (Red+Green+Blue) = 47+165+40=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 165 (64.84% from 255 or 65.48% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA528 is #D05AD7. Grayscale: #737373. Windows color (decimal): -13654744 or 2663727. OLE color: 2663727.

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

Color convert

RGB 47 165 40 -
CMYK 0.72 0 0.76 0.35
HSL 116.64º 0.61% 0.4% -
HSV(B) 116.64º 0.76% 0.65% -
XYZ 15.01 27.67 6.56 -
YUV 115.47 85.41 79.16 -
System Red Green Blue C M Y K H S L
Decimal 47 165 40 0.72 0 0.76 0.35 116.64 0.61 0.4
Hex 2F A5 28 48 0 4C 23 75 3D 28
Octal 57 245 50 110 0 114 43 165 75 50
Binary 101111 10100101 101000 1001000 0 1001100 100011 1110101 111101 101000

Color Harmonies of #2FA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA528

Black with #2FA528

Text Example


Text Example

White with #2FA528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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