#2CA728

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

Shades of Forest Green #2CA728

Tints of Forest Green #2CA728

Color information

#2CA728 (or 0x2CA728) is unknown color: approx Forest Green. HEX triplet: 2C, A7 and 28. RGB value is (44,167,40). Sum of RGB (Red+Green+Blue) = 44+167+40=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA728 is #D358D7. Grayscale: #747474. Windows color (decimal): -13850840 or 2664236. OLE color: 2664236.

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

Color convert

RGB4416740-
CMYK0.7400.760.35
HSL118.11º61.35%40.59%-
HSV(B)118.11º76.05%65.49%-
XYZ15.2428.336.67-
YUV115.7485.2576.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.53%
GREEN value IS 167 (65.62% from 255) = 66.53%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=17.53%
G=66.53%
B=15.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44167400.7400.760.35118.1161.3540.59
Hex2CA7284A04C23763d29
Octal54247501120114431667551
Binary101100101001111010001001010010011001000111110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,167,40); }

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

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

 a { background-color: rgb(44,167,40); }

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

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

 span { border-color: rgb(44,167,40); }

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