#2A9C2F

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

Shades of Forest Green #2A9C2F

Tints of Forest Green #2A9C2F

Color information

#2A9C2F (or 0x2A9C2F) is unknown color: approx Forest Green. HEX triplet: 2A, 9C and 2F. RGB value is (42,156,47). Sum of RGB (Red+Green+Blue) = 42+156+47=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9C2F is #D563D0. Grayscale: #6D6D6D. Windows color (decimal): -13984721 or 3120170. OLE color: 3120170.

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

Color convert

RGB4215647-
CMYK0.7300.700.39
HSL122.63º57.58%38.82%-
HSV(B)122.63º73.08%61.18%-
XYZ13.3624.476.71-
YUV109.4992.7379.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 156 (61.33% from 255) = 63.67%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=17.14%
G=63.67%
B=19.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42156470.7300.700.39122.6357.5838.82
Hex2A9C2F49046277b3a27
Octal52234571110106471737247
Binary101010100111001011111001001010001101001111111011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,156,47); }

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

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

 a { background-color: rgb(42,156,47); }

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

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

 span { border-color: rgb(42,156,47); }

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