Shades of Japanese Laurel #257D33
Tints of Japanese Laurel #257D33
RGB
CMYK
RGB Variations
Color information
#257D33 (or 0x257D33) is known color: Japanese Laurel. HEX triplet: 25, 7D and 33. RGB value is (37,125,51). Sum of RGB (Red+Green+Blue) = 37+125+51=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 125 (49.22% from 255 or 58.69% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 125 - color contains mainly: green. Hex color #257D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D33 is #DA82CC. Grayscale: #5A5A5A. Windows color (decimal): -14320333 or 3374373. OLE color: 3374373.
HSL color Cylindrical-coordinate representation of color #257D33: hue angle of 129.55º 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 #257D33 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 51 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.51 |
| HSL | 129.55º | 0.54% | 0.32% | - |
| HSV(B) | 129.55º | 0.7% | 0.49% | - |
| XYZ | 8.69 | 15.3 | 5.63 | - |
| YUV | 90.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 51 | 0.70 | 0 | 0.59 | 0.51 | 129.55 | 0.54 | 0.32 |
| Hex | 25 | 7D | 33 | 46 | 0 | 3B | 33 | 82 | 36 | 20 |
| Octal | 45 | 175 | 63 | 106 | 0 | 73 | 63 | 202 | 66 | 40 |
| Binary | 100101 | 1111101 | 110011 | 1000110 | 0 | 111011 | 110011 | 10000010 | 110110 | 100000 |
Color Harmonies of #257D33
Complementary color
Monochromatic Colors of #257D33
Black with #257D33
Text Example
Text Example
White with #257D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D33; }
p { color: rgb(37,125,51); }
H1.HeaderClassName
{
color: #257D33;
}
.AnyTagClassName
{
color: #257D33;
}
</style>
background-color css
<style>
a { background-color: #257D33; }
a { background-color: rgb(37,125,51); }
div.DivClassName
{
background-color: #257D33;
}
.BgClassName
{
background-color: #257D33;
}
</style>
border-color css
<style>
span { border-color: #257D33; }
span { border-color: rgb(37,125,51); }
td.TdClassName
{
border-color: #257D33;
}
.TagClassName
{
border-color: #257D33;
}
</style>