#25912F

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

Shades of Forest Green #25912F

Tints of Forest Green #25912F

Color information

#25912F (or 0x25912F) is unknown color: approx Forest Green. HEX triplet: 25, 91 and 2F. RGB value is (37,145,47). Sum of RGB (Red+Green+Blue) = 37+145+47=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #25912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25912F is #DA6ED0. Grayscale: #656565. Windows color (decimal): -14315217 or 3117349. OLE color: 3117349.

HSL color Cylindrical-coordinate representation of color #25912F: hue angle of 125.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25912F is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB3714547-
CMYK0.7400.680.43
HSL125.56º59.34%35.69%-
HSV(B)125.56º74.48%56.86%-
XYZ11.420.856.11-
YUV101.5497.2281.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 145 (57.03% from 255) = 63.32%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=16.16%
G=63.32%
B=20.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37145470.7400.680.43125.5659.3435.69
Hex25912F4A0442B7e3b24
Octal45221571120104531767344
Binary100101100100011011111001010010001001010111111110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25912F; }

 p { color: rgb(37,145,47); }

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

<style>
 a { background-color: #25912F; }

 a { background-color: rgb(37,145,47); }

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

<style>
 span { border-color: #25912F; }

 span { border-color: rgb(37,145,47); }

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