#2CA52F

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

Shades of Forest Green #2CA52F

Tints of Forest Green #2CA52F

Color information

#2CA52F (or 0x2CA52F) is unknown color: approx Forest Green. HEX triplet: 2C, A5 and 2F. RGB value is (44,165,47). Sum of RGB (Red+Green+Blue) = 44+165+47=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA52F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA52F is #D35AD0. Grayscale: #737373. Windows color (decimal): -13851345 or 3122476. OLE color: 3122476.

HSL color Cylindrical-coordinate representation of color #2CA52F: hue angle of 121.49º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA52F is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB4416547-
CMYK0.7300.720.35
HSL121.49º57.89%40.98%-
HSV(B)121.49º73.33%64.71%-
XYZ15.0127.657.24-
YUV115.3789.4177.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 165 (64.84% from 255) = 64.45%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=17.19%
G=64.45%
B=18.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44165470.7300.720.35121.4957.8940.98
Hex2CA52F4904823793a29
Octal54245571110110431717251
Binary101100101001011011111001001010010001000111111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,165,47); }

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

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

 a { background-color: rgb(44,165,47); }

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

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

 span { border-color: rgb(44,165,47); }

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