#2CA82E

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

Shades of Forest Green #2CA82E

Tints of Forest Green #2CA82E

Color information

#2CA82E (or 0x2CA82E) is unknown color: approx Forest Green. HEX triplet: 2C, A8 and 2E. RGB value is (44,168,46). Sum of RGB (Red+Green+Blue) = 44+168+46=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 168 (66.02% from 255 or 65.12% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 168 - color contains mainly: green. Hex color #2CA82E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA82E is #D357D1. Grayscale: #757575. Windows color (decimal): -13850578 or 3057708. OLE color: 3057708.

HSL color Cylindrical-coordinate representation of color #2CA82E: hue angle of 120.97º degrees, saturation: 0.58, 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 #2CA82E is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB4416846-
CMYK0.7400.730.34
HSL120.97º58.49%41.57%-
HSV(B)120.97º73.81%65.88%-
XYZ15.5328.747.31-
YUV117.0287.9275.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 168 (66.02% from 255) = 65.12%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=17.05%
G=65.12%
B=17.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44168460.7400.730.34120.9758.4941.57
Hex2CA82E4A04922793a2a
Octal54250561120111421717252
Binary101100101010001011101001010010010011000101111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,168,46); }

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

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

 a { background-color: rgb(44,168,46); }

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

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

 span { border-color: rgb(44,168,46); }

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