#2ca92f

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

Shades of Forest Green #2CA92F

Tints of Forest Green #2CA92F

Color information

#2CA92F (or 0x2CA92F) is unknown color: approx Forest Green. HEX triplet: 2C, A9 and 2F. RGB value is (44,169,47). Sum of RGB (Red+Green+Blue) = 44+169+47=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 169 (66.41% from 255 or 65% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA92F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA92F is #D356D0. Grayscale: #767676. Windows color (decimal): -13850321 or 3123500. OLE color: 3123500.

HSL color Cylindrical-coordinate representation of color #2CA92F: hue angle of 121.44º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA92F is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB4416947-
CMYK0.7400.720.34
HSL121.44º58.69%41.76%-
HSV(B)121.44º73.96%66.27%-
XYZ15.7429.127.48-
YUV117.7288.0975.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 169 (66.41% from 255) = 65%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=16.92%
G=65%
B=18.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44169470.7400.720.34121.4458.6941.76
Hex2CA92F4A04822793b2a
Octal54251571120110421717352
Binary101100101010011011111001010010010001000101111001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ca92f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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