#2CA828

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

Shades of Forest Green #2CA828

Tints of Forest Green #2CA828

Color information

#2CA828 (or 0x2CA828) is unknown color: approx Forest Green. HEX triplet: 2C, A8 and 28. RGB value is (44,168,40). Sum of RGB (Red+Green+Blue) = 44+168+40=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 168 (66.02% from 255 or 66.67% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 168 - color contains mainly: green. Hex color #2CA828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA828 is #D357D7. Grayscale: #747474. Windows color (decimal): -13850584 or 2664492. OLE color: 2664492.

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

Color convert

RGB4416840-
CMYK0.7400.760.34
HSL118.12º61.54%40.78%-
HSV(B)118.12º76.19%65.88%-
XYZ15.4228.696.73-
YUV116.3384.9276.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.46%
GREEN value IS 168 (66.02% from 255) = 66.67%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=17.46%
G=66.67%
B=15.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44168400.7400.760.34118.1261.5440.78
Hex2CA8284A04C22763e29
Octal54250501120114421667651
Binary101100101010001010001001010010011001000101110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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