Shades of Forest Green #25832C
Tints of Forest Green #25832C
RGB
CMYK
RGB Variations
Color information
#25832C (or 0x25832C) is known color: Forest Green. HEX triplet: 25, 83 and 2C. RGB value is (37,131,44). Sum of RGB (Red+Green+Blue) = 37+131+44=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #25832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25832C is #DA7CD3. Grayscale: #5D5D5D. Windows color (decimal): -14318804 or 2917157. OLE color: 2917157.
HSL color Cylindrical-coordinate representation of color #25832C: hue angle of 124.47º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25832C is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 131 | 44 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.49 |
| HSL | 124.47º | 0.56% | 0.33% | - |
| HSV(B) | 124.47º | 0.72% | 0.51% | - |
| XYZ | 9.33 | 16.81 | 5.14 | - |
| YUV | 92.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 44 | 0.72 | 0 | 0.66 | 0.49 | 124.47 | 0.56 | 0.33 |
| Hex | 25 | 83 | 2C | 48 | 0 | 42 | 31 | 7C | 38 | 21 |
| Octal | 45 | 203 | 54 | 110 | 0 | 102 | 61 | 174 | 70 | 41 |
| Binary | 100101 | 10000011 | 101100 | 1001000 | 0 | 1000010 | 110001 | 1111100 | 111000 | 100001 |
Color Harmonies of #25832C
Complementary color
Monochromatic Colors of #25832C
Black with #25832C
Text Example
Text Example
White with #25832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25832C; }
p { color: rgb(37,131,44); }
H1.HeaderClassName
{
color: #25832C;
}
.AnyTagClassName
{
color: #25832C;
}
</style>
background-color css
<style>
a { background-color: #25832C; }
a { background-color: rgb(37,131,44); }
div.DivClassName
{
background-color: #25832C;
}
.BgClassName
{
background-color: #25832C;
}
</style>
border-color css
<style>
span { border-color: #25832C; }
span { border-color: rgb(37,131,44); }
td.TdClassName
{
border-color: #25832C;
}
.TagClassName
{
border-color: #25832C;
}
</style>