Shades of Japanese Laurel #257F2E
Tints of Japanese Laurel #257F2E
RGB
CMYK
RGB Variations
Color information
#257F2E (or 0x257F2E) is known color: Japanese Laurel. HEX triplet: 25, 7F and 2E. RGB value is (37,127,46). Sum of RGB (Red+Green+Blue) = 37+127+46=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #257F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F2E is #DA80D1. Grayscale: #5B5B5B. Windows color (decimal): -14319826 or 3047205. OLE color: 3047205.
HSL color Cylindrical-coordinate representation of color #257F2E: hue angle of 126º 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 #257F2E is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 46 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.50 |
| HSL | 126º | 0.55% | 0.32% | - |
| HSV(B) | 126º | 0.71% | 0.5% | - |
| XYZ | 8.85 | 15.77 | 5.16 | - |
| YUV | 90.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 46 | 0.71 | 0 | 0.64 | 0.50 | 126 | 0.55 | 0.32 |
| Hex | 25 | 7F | 2E | 47 | 0 | 40 | 32 | 7E | 37 | 20 |
| Octal | 45 | 177 | 56 | 107 | 0 | 100 | 62 | 176 | 67 | 40 |
| Binary | 100101 | 1111111 | 101110 | 1000111 | 0 | 1000000 | 110010 | 1111110 | 110111 | 100000 |
Color Harmonies of #257F2E
Complementary color
Monochromatic Colors of #257F2E
Black with #257F2E
Text Example
Text Example
White with #257F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F2E; }
p { color: rgb(37,127,46); }
H1.HeaderClassName
{
color: #257F2E;
}
.AnyTagClassName
{
color: #257F2E;
}
</style>
background-color css
<style>
a { background-color: #257F2E; }
a { background-color: rgb(37,127,46); }
div.DivClassName
{
background-color: #257F2E;
}
.BgClassName
{
background-color: #257F2E;
}
</style>
border-color css
<style>
span { border-color: #257F2E; }
span { border-color: rgb(37,127,46); }
td.TdClassName
{
border-color: #257F2E;
}
.TagClassName
{
border-color: #257F2E;
}
</style>