Shades of Japanese Laurel #257B2F
Tints of Japanese Laurel #257B2F
RGB
CMYK
RGB Variations
Color information
#257B2F (or 0x257B2F) is known color: Japanese Laurel. HEX triplet: 25, 7B and 2F. RGB value is (37,123,47). Sum of RGB (Red+Green+Blue) = 37+123+47=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #257B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257B2F is #DA84D0. Grayscale: #585858. Windows color (decimal): -14320849 or 3111717. OLE color: 3111717.
HSL color Cylindrical-coordinate representation of color #257B2F: hue angle of 126.98º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B2F is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 123 | 47 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.52 |
| HSL | 126.98º | 0.54% | 0.31% | - |
| HSV(B) | 126.98º | 0.7% | 0.48% | - |
| XYZ | 8.36 | 14.76 | 5.1 | - |
| YUV | 88.62 | 104.51 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 47 | 0.70 | 0 | 0.62 | 0.52 | 126.98 | 0.54 | 0.31 |
| Hex | 25 | 7B | 2F | 46 | 0 | 3E | 34 | 7F | 36 | 1F |
| Octal | 45 | 173 | 57 | 106 | 0 | 76 | 64 | 177 | 66 | 37 |
| Binary | 100101 | 1111011 | 101111 | 1000110 | 0 | 111110 | 110100 | 1111111 | 110110 | 11111 |
Color Harmonies of #257B2F
Complementary color
Monochromatic Colors of #257B2F
Black with #257B2F
Text Example
Text Example
White with #257B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B2F; }
p { color: rgb(37,123,47); }
H1.HeaderClassName
{
color: #257B2F;
}
.AnyTagClassName
{
color: #257B2F;
}
</style>
background-color css
<style>
a { background-color: #257B2F; }
a { background-color: rgb(37,123,47); }
div.DivClassName
{
background-color: #257B2F;
}
.BgClassName
{
background-color: #257B2F;
}
</style>
border-color css
<style>
span { border-color: #257B2F; }
span { border-color: rgb(37,123,47); }
td.TdClassName
{
border-color: #257B2F;
}
.TagClassName
{
border-color: #257B2F;
}
</style>