Shades of Japanese Laurel #257E38
Tints of Japanese Laurel #257E38
RGB
CMYK
RGB Variations
Color information
#257E38 (or 0x257E38) is known color: Japanese Laurel. HEX triplet: 25, 7E and 38. RGB value is (37,126,56). Sum of RGB (Red+Green+Blue) = 37+126+56=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 126 (49.61% from 255 or 57.53% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 126 - color contains mainly: green. Hex color #257E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E38 is #DA81C7. Grayscale: #5B5B5B. Windows color (decimal): -14320072 or 3702309. OLE color: 3702309.
HSL color Cylindrical-coordinate representation of color #257E38: hue angle of 132.81º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E38 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 126 | 56 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.51 |
| HSL | 132.81º | 0.55% | 0.32% | - |
| HSV(B) | 132.81º | 0.71% | 0.49% | - |
| XYZ | 8.94 | 15.6 | 6.28 | - |
| YUV | 91.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 56 | 0.71 | 0 | 0.56 | 0.51 | 132.81 | 0.55 | 0.32 |
| Hex | 25 | 7E | 38 | 47 | 0 | 38 | 33 | 85 | 37 | 20 |
| Octal | 45 | 176 | 70 | 107 | 0 | 70 | 63 | 205 | 67 | 40 |
| Binary | 100101 | 1111110 | 111000 | 1000111 | 0 | 111000 | 110011 | 10000101 | 110111 | 100000 |
Color Harmonies of #257E38
Complementary color
Monochromatic Colors of #257E38
Black with #257E38
Text Example
Text Example
White with #257E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E38; }
p { color: rgb(37,126,56); }
H1.HeaderClassName
{
color: #257E38;
}
.AnyTagClassName
{
color: #257E38;
}
</style>
background-color css
<style>
a { background-color: #257E38; }
a { background-color: rgb(37,126,56); }
div.DivClassName
{
background-color: #257E38;
}
.BgClassName
{
background-color: #257E38;
}
</style>
border-color css
<style>
span { border-color: #257E38; }
span { border-color: rgb(37,126,56); }
td.TdClassName
{
border-color: #257E38;
}
.TagClassName
{
border-color: #257E38;
}
</style>