#25A532

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

Shades of Forest Green #25A532

Tints of Forest Green #25A532

Color information

#25A532 (or 0x25A532) is unknown color: approx Forest Green. HEX triplet: 25, A5 and 32. RGB value is (37,165,50). Sum of RGB (Red+Green+Blue) = 37+165+50=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 165 (64.84% from 255 or 65.48% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 165 - color contains mainly: green. Hex color #25A532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25A532 is #DA5ACD. Grayscale: #717171. Windows color (decimal): -14310094 or 3319077. OLE color: 3319077.

HSL color Cylindrical-coordinate representation of color #25A532: hue angle of 126.09º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A532 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB3716550-
CMYK0.7800.700.35
HSL126.09º63.37%39.61%-
HSV(B)126.09º77.58%64.71%-
XYZ14.7927.537.55-
YUV113.6292.0973.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 165 (64.84% from 255) = 65.48%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=14.68%
G=65.48%
B=19.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37165500.7800.700.35126.0963.3739.61
Hex25A5324E046237e3f28
Octal45245621160106431767750
Binary100101101001011100101001110010001101000111111110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25A532; }

 p { color: rgb(37,165,50); }

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

<style>
 a { background-color: #25A532; }

 a { background-color: rgb(37,165,50); }

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

<style>
 span { border-color: #25A532; }

 span { border-color: rgb(37,165,50); }

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