#2FA730

Color #2FA730 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2FA730

Tints of Forest Green #2FA730

Color information

#2FA730 (or 0x2FA730) is unknown color: approx Forest Green. HEX triplet: 2F, A7 and 30. RGB value is (47,167,48). Sum of RGB (Red+Green+Blue) = 47+167+48=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 167 (65.62% from 255 or 63.74% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA730 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA730 is #D058CF. Grayscale: #757575. Windows color (decimal): -13654224 or 3188527. OLE color: 3188527.

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

Color convert

RGB4716748-
CMYK0.7200.710.35
HSL120.5º56.07%41.96%-
HSV(B)120.5º71.86%65.49%-
XYZ15.5228.467.47-
YUV117.5588.7477.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.94%
GREEN value IS 167 (65.62% from 255) = 63.74%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=17.94%
G=63.74%
B=18.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal47167480.7200.710.35120.556.0741.96
Hex2FA730480472378382a
Octal57247601100107431707052
Binary101111101001111100001001000010001111000111111000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FA730;
 }
 .AnyTagClassName
 {
   color: #2FA730;
 }
</style>
background-color css

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

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

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

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

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

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