#2F9B2D

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

Shades of Forest Green #2F9B2D

Tints of Forest Green #2F9B2D

Color information

#2F9B2D (or 0x2F9B2D) is unknown color: approx Forest Green. HEX triplet: 2F, 9B and 2D. RGB value is (47,155,45). Sum of RGB (Red+Green+Blue) = 47+155+45=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9B2D is #D064D2. Grayscale: #6E6E6E. Windows color (decimal): -13657299 or 2988847. OLE color: 2988847.

HSL color Cylindrical-coordinate representation of color #2F9B2D: hue angle of 118.91º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F9B2D is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB4715545-
CMYK0.7000.710.39
HSL118.91º55%39.22%-
HSV(B)118.91º70.97%60.78%-
XYZ13.3724.246.46-
YUV110.1791.2282.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 155 (60.94% from 255) = 62.75%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=19.03%
G=62.75%
B=18.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal47155450.7000.710.39118.915539.22
Hex2F9B2D4604727773727
Octal57233551060107471676747
Binary101111100110111011011000110010001111001111110111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,155,45); }

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

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

 a { background-color: rgb(47,155,45); }

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

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

 span { border-color: rgb(47,155,45); }

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