Shades of Green #257100
Tints of Green #257100
RGB
CMYK
RGB Variations
Color information
#257100 (or 0x257100) is known color: Green. HEX triplet: 25, 71 and 00. RGB value is (37,113,0). Sum of RGB (Red+Green+Blue) = 37+113+0=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 113 (44.53% from 255 or 75.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 113 - color contains mainly: green. Hex color #257100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257100 is #DA8EFF. Grayscale: #4D4D4D. Windows color (decimal): -14323456 or 28965. OLE color: 28965.
HSL color Cylindrical-coordinate representation of color #257100: hue angle of 100.35º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #257100 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.56 |
| HSL | 100.35º | 1% | 0.22% | - |
| HSV(B) | 100.35º | 1% | 0.44% | - |
| XYZ | 6.67 | 12.2 | 2 | - |
| YUV | 77.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 0 | 0.67 | 0 | 1 | 0.56 | 100.35 | 1 | 0.22 |
| Hex | 25 | 71 | 0 | 43 | 0 | 64 | 38 | 64 | 64 | 16 |
| Octal | 45 | 161 | 0 | 103 | 0 | 144 | 70 | 144 | 144 | 26 |
| Binary | 100101 | 1110001 | 0 | 1000011 | 0 | 1100100 | 111000 | 1100100 | 1100100 | 10110 |
Color Harmonies of #257100
Complementary color
Monochromatic Colors of #257100
Black with #257100
Text Example
Text Example
White with #257100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257100; }
p { color: rgb(37,113,0); }
H1.HeaderClassName
{
color: #257100;
}
.AnyTagClassName
{
color: #257100;
}
</style>
background-color css
<style>
a { background-color: #257100; }
a { background-color: rgb(37,113,0); }
div.DivClassName
{
background-color: #257100;
}
.BgClassName
{
background-color: #257100;
}
</style>
border-color css
<style>
span { border-color: #257100; }
span { border-color: rgb(37,113,0); }
td.TdClassName
{
border-color: #257100;
}
.TagClassName
{
border-color: #257100;
}
</style>