#2d962f

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

Shades of Forest Green #2D962F

Tints of Forest Green #2D962F

Color information

#2D962F (or 0x2D962F) is unknown color: approx Forest Green. HEX triplet: 2D, 96 and 2F. RGB value is (45,150,47). Sum of RGB (Red+Green+Blue) = 45+150+47=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #2D962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D962F is #D269D0. Grayscale: #6B6B6B. Windows color (decimal): -13789649 or 3118637. OLE color: 3118637.

HSL color Cylindrical-coordinate representation of color #2D962F: hue angle of 121.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D962F is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB4515047-
CMYK0.7000.690.41
HSL121.14º53.85%38.24%-
HSV(B)121.14º70%58.82%-
XYZ12.522.586.39-
YUV106.8694.2183.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 150 (58.98% from 255) = 61.98%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=18.60%
G=61.98%
B=19.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45150470.7000.690.41121.1453.8538.24
Hex2D962F4604529793626
Octal55226571060105511716646
Binary101101100101101011111000110010001011010011111001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d962f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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