Shades of Japanese Laurel #257D2F
Tints of Japanese Laurel #257D2F
RGB
CMYK
RGB Variations
Color information
#257D2F (or 0x257D2F) is known color: Japanese Laurel. HEX triplet: 25, 7D and 2F. RGB value is (37,125,47). Sum of RGB (Red+Green+Blue) = 37+125+47=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 125 (49.22% from 255 or 59.81% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 125 - color contains mainly: green. Hex color #257D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D2F is #DA82D0. Grayscale: #5A5A5A. Windows color (decimal): -14320337 or 3112229. OLE color: 3112229.
HSL color Cylindrical-coordinate representation of color #257D2F: hue angle of 126.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D2F is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 47 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.51 |
| HSL | 126.82º | 0.54% | 0.32% | - |
| HSV(B) | 126.82º | 0.7% | 0.49% | - |
| XYZ | 8.61 | 15.27 | 5.18 | - |
| YUV | 89.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 47 | 0.70 | 0 | 0.62 | 0.51 | 126.82 | 0.54 | 0.32 |
| Hex | 25 | 7D | 2F | 46 | 0 | 3E | 33 | 7F | 36 | 20 |
| Octal | 45 | 175 | 57 | 106 | 0 | 76 | 63 | 177 | 66 | 40 |
| Binary | 100101 | 1111101 | 101111 | 1000110 | 0 | 111110 | 110011 | 1111111 | 110110 | 100000 |
Color Harmonies of #257D2F
Complementary color
Monochromatic Colors of #257D2F
Black with #257D2F
Text Example
Text Example
White with #257D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D2F; }
p { color: rgb(37,125,47); }
H1.HeaderClassName
{
color: #257D2F;
}
.AnyTagClassName
{
color: #257D2F;
}
</style>
background-color css
<style>
a { background-color: #257D2F; }
a { background-color: rgb(37,125,47); }
div.DivClassName
{
background-color: #257D2F;
}
.BgClassName
{
background-color: #257D2F;
}
</style>
border-color css
<style>
span { border-color: #257D2F; }
span { border-color: rgb(37,125,47); }
td.TdClassName
{
border-color: #257D2F;
}
.TagClassName
{
border-color: #257D2F;
}
</style>