#2D972A

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

Shades of Forest Green #2D972A

Tints of Forest Green #2D972A

Color information

#2D972A (or 0x2D972A) is unknown color: approx Forest Green. HEX triplet: 2D, 97 and 2A. RGB value is (45,151,42). Sum of RGB (Red+Green+Blue) = 45+151+42=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #2D972A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D972A is #D268D5. Grayscale: #6B6B6B. Windows color (decimal): -13789398 or 2791213. OLE color: 2791213.

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

Color convert

RGB4515142-
CMYK0.7000.720.41
HSL118.35º56.48%37.84%-
HSV(B)118.35º72.19%59.22%-
XYZ12.5722.865.94-
YUV106.8891.3883.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 151 (59.38% from 255) = 63.45%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=18.91%
G=63.45%
B=17.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45151420.7000.720.41118.3556.4837.84
Hex2D972A4604829763826
Octal55227521060110511667046
Binary101101100101111010101000110010010001010011110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,151,42); }

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

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

 a { background-color: rgb(45,151,42); }

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

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

 span { border-color: rgb(45,151,42); }

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