Shades of Elf Green #257F68
Tints of Elf Green #257F68
RGB
CMYK
RGB Variations
Color information
#257F68 (or 0x257F68) is known color: Elf Green. HEX triplet: 25, 7F and 68. RGB value is (37,127,104). Sum of RGB (Red+Green+Blue) = 37+127+104=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #257F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F68 is #DA8097. Grayscale: #616161. Windows color (decimal): -14319768 or 6848293. OLE color: 6848293.
HSL color Cylindrical-coordinate representation of color #257F68: hue angle of 164.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F68 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 104 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.50 |
| HSL | 164.67º | 0.55% | 0.32% | - |
| HSV(B) | 164.67º | 0.71% | 0.5% | - |
| XYZ | 10.85 | 16.57 | 15.72 | - |
| YUV | 97.47 | 131.68 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 104 | 0.71 | 0 | 0.18 | 0.50 | 164.67 | 0.55 | 0.32 |
| Hex | 25 | 7F | 68 | 47 | 0 | 12 | 32 | A5 | 37 | 20 |
| Octal | 45 | 177 | 150 | 107 | 0 | 22 | 62 | 245 | 67 | 40 |
| Binary | 100101 | 1111111 | 1101000 | 1000111 | 0 | 10010 | 110010 | 10100101 | 110111 | 100000 |
Color Harmonies of #257F68
Complementary color
Monochromatic Colors of #257F68
Black with #257F68
Text Example
Text Example
White with #257F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F68; }
p { color: rgb(37,127,104); }
H1.HeaderClassName
{
color: #257F68;
}
.AnyTagClassName
{
color: #257F68;
}
</style>
background-color css
<style>
a { background-color: #257F68; }
a { background-color: rgb(37,127,104); }
div.DivClassName
{
background-color: #257F68;
}
.BgClassName
{
background-color: #257F68;
}
</style>
border-color css
<style>
span { border-color: #257F68; }
span { border-color: rgb(37,127,104); }
td.TdClassName
{
border-color: #257F68;
}
.TagClassName
{
border-color: #257F68;
}
</style>