Shades of Green #257200
Tints of Green #257200
RGB
CMYK
RGB Variations
Color information
#257200 (or 0x257200) is known color: Green. HEX triplet: 25, 72 and 00. RGB value is (37,114,0). Sum of RGB (Red+Green+Blue) = 37+114+0=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #257200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257200 is #DA8DFF. Grayscale: #4E4E4E. Windows color (decimal): -14323200 or 29221. OLE color: 29221.
HSL color Cylindrical-coordinate representation of color #257200: hue angle of 100.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #257200 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.55 |
| HSL | 100.53º | 1% | 0.22% | - |
| HSV(B) | 100.53º | 1% | 0.45% | - |
| XYZ | 6.78 | 12.43 | 2.04 | - |
| YUV | 77.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 0 | 0.68 | 0 | 1 | 0.55 | 100.53 | 1 | 0.22 |
| Hex | 25 | 72 | 0 | 44 | 0 | 64 | 37 | 65 | 64 | 16 |
| Octal | 45 | 162 | 0 | 104 | 0 | 144 | 67 | 145 | 144 | 26 |
| Binary | 100101 | 1110010 | 0 | 1000100 | 0 | 1100100 | 110111 | 1100101 | 1100100 | 10110 |
Color Harmonies of #257200
Complementary color
Monochromatic Colors of #257200
Black with #257200
Text Example
Text Example
White with #257200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257200; }
p { color: rgb(37,114,0); }
H1.HeaderClassName
{
color: #257200;
}
.AnyTagClassName
{
color: #257200;
}
</style>
background-color css
<style>
a { background-color: #257200; }
a { background-color: rgb(37,114,0); }
div.DivClassName
{
background-color: #257200;
}
.BgClassName
{
background-color: #257200;
}
</style>
border-color css
<style>
span { border-color: #257200; }
span { border-color: rgb(37,114,0); }
td.TdClassName
{
border-color: #257200;
}
.TagClassName
{
border-color: #257200;
}
</style>