#2CA628

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

Shades of Forest Green #2CA628

Tints of Forest Green #2CA628

Color information

#2CA628 (or 0x2CA628) is unknown color: approx Forest Green. HEX triplet: 2C, A6 and 28. RGB value is (44,166,40). Sum of RGB (Red+Green+Blue) = 44+166+40=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 166 (65.23% from 255 or 66.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA628 is #D359D7. Grayscale: #737373. Windows color (decimal): -13851096 or 2663980. OLE color: 2663980.

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

Color convert

RGB4416640-
CMYK0.7300.760.35
HSL118.1º61.17%40.39%-
HSV(B)118.1º75.9%65.1%-
XYZ15.0627.966.61-
YUV115.1685.5877.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 166 (65.23% from 255) = 66.4%
BLUE value IS 40 (16.02% from 255) = 16%
R=17.6%
G=66.4%
B=16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44166400.7300.760.35118.161.1740.39
Hex2CA6284904C23763d28
Octal54246501110114431667550
Binary101100101001101010001001001010011001000111110110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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