#2d912f

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

Shades of Forest Green #2D912F

Tints of Forest Green #2D912F

Color information

#2D912F (or 0x2D912F) is unknown color: approx Forest Green. HEX triplet: 2D, 91 and 2F. RGB value is (45,145,47). Sum of RGB (Red+Green+Blue) = 45+145+47=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #2D912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D912F is #D26ED0. Grayscale: #686868. Windows color (decimal): -13790929 or 3117357. OLE color: 3117357.

HSL color Cylindrical-coordinate representation of color #2D912F: hue angle of 121.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D912F is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB4514547-
CMYK0.6900.680.43
HSL121.2º52.63%37.25%-
HSV(B)121.2º68.97%56.86%-
XYZ11.7221.016.13-
YUV103.9395.8785.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.99%
GREEN value IS 145 (57.03% from 255) = 61.18%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=18.99%
G=61.18%
B=19.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45145470.6900.680.43121.252.6337.25
Hex2D912F450442B793525
Octal55221571050104531716545
Binary101101100100011011111000101010001001010111111001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d912f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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