#2A9D2D

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

Shades of Forest Green #2A9D2D

Tints of Forest Green #2A9D2D

Color information

#2A9D2D (or 0x2A9D2D) is unknown color: approx Forest Green. HEX triplet: 2A, 9D and 2D. RGB value is (42,157,45). Sum of RGB (Red+Green+Blue) = 42+157+45=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9D2D is #D562D2. Grayscale: #6E6E6E. Windows color (decimal): -13984467 or 2989354. OLE color: 2989354.

HSL color Cylindrical-coordinate representation of color #2A9D2D: hue angle of 121.57º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D2D is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB4215745-
CMYK0.7300.710.38
HSL121.57º57.79%39.02%-
HSV(B)121.57º73.25%61.57%-
XYZ13.4924.86.56-
YUV109.8591.479.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 157 (61.72% from 255) = 64.34%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=17.21%
G=64.34%
B=18.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42157450.7300.710.38121.5757.7939.02
Hex2A9D2D49047267a3a27
Octal52235551110107461727247
Binary101010100111011011011001001010001111001101111010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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