#2C9425

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

Shades of Forest Green #2C9425

Tints of Forest Green #2C9425

Color information

#2C9425 (or 0x2C9425) is unknown color: approx Forest Green. HEX triplet: 2C, 94 and 25. RGB value is (44,148,37). Sum of RGB (Red+Green+Blue) = 44+148+37=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #2C9425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9425 is #D36BDA. Grayscale: #686868. Windows color (decimal): -13855707 or 2462764. OLE color: 2462764.

HSL color Cylindrical-coordinate representation of color #2C9425: hue angle of 116.22º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C9425 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB4414837-
CMYK0.7000.750.42
HSL116.22º60%36.27%-
HSV(B)116.22º75%58.04%-
XYZ11.9621.855.34-
YUV104.2590.0485.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.21%
GREEN value IS 148 (58.20% from 255) = 64.63%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=19.21%
G=64.63%
B=16.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal44148370.7000.750.42116.226036.27
Hex2C94254604B2A743c24
Octal54224451060113521647444
Binary101100100101001001011000110010010111010101110100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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