#2CA425

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

Shades of Forest Green #2CA425

Tints of Forest Green #2CA425

Color information

#2CA425 (or 0x2CA425) is unknown color: approx Forest Green. HEX triplet: 2C, A4 and 25. RGB value is (44,164,37). Sum of RGB (Red+Green+Blue) = 44+164+37=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 164 (64.45% from 255 or 66.94% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA425 is #D35BDA. Grayscale: #727272. Windows color (decimal): -13851611 or 2466860. OLE color: 2466860.

HSL color Cylindrical-coordinate representation of color #2CA425: hue angle of 116.69º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CA425 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB4416437-
CMYK0.7300.770.36
HSL116.69º63.18%39.41%-
HSV(B)116.69º77.44%64.31%-
XYZ14.6527.226.23-
YUV113.6484.7478.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 164 (64.45% from 255) = 66.94%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=17.96%
G=66.94%
B=15.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44164370.7300.770.36116.6963.1839.41
Hex2CA4254904D24753f27
Octal54244451110115441657747
Binary101100101001001001011001001010011011001001110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,164,37); }

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

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

 a { background-color: rgb(44,164,37); }

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

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

 span { border-color: rgb(44,164,37); }

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