#2A942F

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

Shades of Forest Green #2A942F

Tints of Forest Green #2A942F

Color information

#2A942F (or 0x2A942F) is unknown color: approx Forest Green. HEX triplet: 2A, 94 and 2F. RGB value is (42,148,47). Sum of RGB (Red+Green+Blue) = 42+148+47=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #2A942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A942F is #D56BD0. Grayscale: #696969. Windows color (decimal): -13986769 or 3118122. OLE color: 3118122.

HSL color Cylindrical-coordinate representation of color #2A942F: hue angle of 122.83º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A942F is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB4214847-
CMYK0.7200.680.42
HSL122.83º55.79%37.25%-
HSV(B)122.83º71.62%58.04%-
XYZ12.0621.886.28-
YUV104.7995.3883.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.72%
GREEN value IS 148 (58.20% from 255) = 62.45%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=17.72%
G=62.45%
B=19.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42148470.7200.680.42122.8355.7937.25
Hex2A942F480442A7b3825
Octal52224571100104521737045
Binary101010100101001011111001000010001001010101111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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