#2A952F

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

Shades of Forest Green #2A952F

Tints of Forest Green #2A952F

Color information

#2A952F (or 0x2A952F) is unknown color: approx Forest Green. HEX triplet: 2A, 95 and 2F. RGB value is (42,149,47). Sum of RGB (Red+Green+Blue) = 42+149+47=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #2A952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A952F is #D56AD0. Grayscale: #696969. Windows color (decimal): -13986513 or 3118378. OLE color: 3118378.

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

Color convert

RGB4214947-
CMYK0.7200.680.42
HSL122.8º56.02%37.45%-
HSV(B)122.8º71.81%58.43%-
XYZ12.2222.196.33-
YUV105.3895.0582.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 149 (58.59% from 255) = 62.61%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=17.65%
G=62.61%
B=19.75%

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
Decimal42149470.7200.680.42122.856.0237.45
Hex2A952F480442A7b3825
Octal52225571100104521737045
Binary101010100101011011111001000010001001010101111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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