#2A972C

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

Shades of Forest Green #2A972C

Tints of Forest Green #2A972C

Color information

#2A972C (or 0x2A972C) is unknown color: approx Forest Green. HEX triplet: 2A, 97 and 2C. RGB value is (42,151,44). Sum of RGB (Red+Green+Blue) = 42+151+44=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 151 (59.38% from 255 or 63.71% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 151 - color contains mainly: green. Hex color #2A972C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A972C is #D568D3. Grayscale: #6A6A6A. Windows color (decimal): -13986004 or 2922282. OLE color: 2922282.

HSL color Cylindrical-coordinate representation of color #2A972C: hue angle of 121.1º 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 #2A972C is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB4215144-
CMYK0.7200.710.41
HSL121.1º56.48%37.84%-
HSV(B)121.1º72.19%59.22%-
XYZ12.4822.816.13-
YUV106.2192.8982.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.72%
GREEN value IS 151 (59.38% from 255) = 63.71%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=17.72%
G=63.71%
B=18.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42151440.7200.710.41121.156.4837.84
Hex2A972C4804729793826
Octal52227541100107511717046
Binary101010100101111011001001000010001111010011111001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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