Shades of Japanese Laurel #257F32
Tints of Japanese Laurel #257F32
RGB
CMYK
RGB Variations
Color information
#257F32 (or 0x257F32) is known color: Japanese Laurel. HEX triplet: 25, 7F and 32. RGB value is (37,127,50). Sum of RGB (Red+Green+Blue) = 37+127+50=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #257F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F32 is #DA80CD. Grayscale: #5B5B5B. Windows color (decimal): -14319822 or 3309349. OLE color: 3309349.
HSL color Cylindrical-coordinate representation of color #257F32: hue angle of 128.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 #257F32 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 50 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.50 |
| HSL | 128.67º | 0.55% | 0.32% | - |
| HSV(B) | 128.67º | 0.71% | 0.5% | - |
| XYZ | 8.93 | 15.8 | 5.6 | - |
| YUV | 91.31 | 104.68 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 50 | 0.71 | 0 | 0.61 | 0.50 | 128.67 | 0.55 | 0.32 |
| Hex | 25 | 7F | 32 | 47 | 0 | 3D | 32 | 81 | 37 | 20 |
| Octal | 45 | 177 | 62 | 107 | 0 | 75 | 62 | 201 | 67 | 40 |
| Binary | 100101 | 1111111 | 110010 | 1000111 | 0 | 111101 | 110010 | 10000001 | 110111 | 100000 |
Color Harmonies of #257F32
Complementary color
Monochromatic Colors of #257F32
Black with #257F32
Text Example
Text Example
White with #257F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F32; }
p { color: rgb(37,127,50); }
H1.HeaderClassName
{
color: #257F32;
}
.AnyTagClassName
{
color: #257F32;
}
</style>
background-color css
<style>
a { background-color: #257F32; }
a { background-color: rgb(37,127,50); }
div.DivClassName
{
background-color: #257F32;
}
.BgClassName
{
background-color: #257F32;
}
</style>
border-color css
<style>
span { border-color: #257F32; }
span { border-color: rgb(37,127,50); }
td.TdClassName
{
border-color: #257F32;
}
.TagClassName
{
border-color: #257F32;
}
</style>