Shades of Japanese Laurel #257A28
Tints of Japanese Laurel #257A28
RGB
CMYK
RGB Variations
Color information
#257A28 (or 0x257A28) is known color: Japanese Laurel. HEX triplet: 25, 7A and 28. RGB value is (37,122,40). Sum of RGB (Red+Green+Blue) = 37+122+40=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #257A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A28 is #DA85D7. Grayscale: #575757. Windows color (decimal): -14321112 or 2652709. OLE color: 2652709.
HSL color Cylindrical-coordinate representation of color #257A28: hue angle of 122.12º degrees, saturation: 0.53, 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 #257A28 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 40 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.52 |
| HSL | 122.12º | 0.53% | 0.31% | - |
| HSV(B) | 122.12º | 0.7% | 0.48% | - |
| XYZ | 8.11 | 14.47 | 4.37 | - |
| YUV | 87.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 40 | 0.70 | 0 | 0.67 | 0.52 | 122.12 | 0.53 | 0.31 |
| Hex | 25 | 7A | 28 | 46 | 0 | 43 | 34 | 7A | 35 | 1F |
| Octal | 45 | 172 | 50 | 106 | 0 | 103 | 64 | 172 | 65 | 37 |
| Binary | 100101 | 1111010 | 101000 | 1000110 | 0 | 1000011 | 110100 | 1111010 | 110101 | 11111 |
Color Harmonies of #257A28
Complementary color
Monochromatic Colors of #257A28
Black with #257A28
Text Example
Text Example
White with #257A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A28; }
p { color: rgb(37,122,40); }
H1.HeaderClassName
{
color: #257A28;
}
.AnyTagClassName
{
color: #257A28;
}
</style>
background-color css
<style>
a { background-color: #257A28; }
a { background-color: rgb(37,122,40); }
div.DivClassName
{
background-color: #257A28;
}
.BgClassName
{
background-color: #257A28;
}
</style>
border-color css
<style>
span { border-color: #257A28; }
span { border-color: rgb(37,122,40); }
td.TdClassName
{
border-color: #257A28;
}
.TagClassName
{
border-color: #257A28;
}
</style>