#2C993A

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

Shades of Forest Green #2C993A

Tints of Forest Green #2C993A

Color information

#2C993A (or 0x2C993A) is unknown color: approx Forest Green. HEX triplet: 2C, 99 and 3A. RGB value is (44,153,58). Sum of RGB (Red+Green+Blue) = 44+153+58=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #2C993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C993A is #D366C5. Grayscale: #6D6D6D. Windows color (decimal): -13854406 or 3840300. OLE color: 3840300.

HSL color Cylindrical-coordinate representation of color #2C993A: hue angle of 127.71º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C993A is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB4415358-
CMYK0.7100.620.4
HSL127.71º55.33%38.63%-
HSV(B)127.71º71.24%60%-
XYZ13.1923.627.87-
YUV109.5898.8981.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 153 (60.16% from 255) = 60%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=17.25%
G=60%
B=22.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44153580.7100.620.4127.7155.3338.63
Hex2C993A4703E28803727
Octal5423172107076502006747
Binary101100100110011110101000111011111010100010000000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,153,58); }

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

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

 a { background-color: rgb(44,153,58); }

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

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

 span { border-color: rgb(44,153,58); }

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