Shades of Japanese Laurel #257A33
Tints of Japanese Laurel #257A33
RGB
CMYK
RGB Variations
Color information
#257A33 (or 0x257A33) is known color: Japanese Laurel. HEX triplet: 25, 7A and 33. RGB value is (37,122,51). Sum of RGB (Red+Green+Blue) = 37+122+51=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #257A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A33 is #DA85CC. Grayscale: #585858. Windows color (decimal): -14321101 or 3373605. OLE color: 3373605.
HSL color Cylindrical-coordinate representation of color #257A33: hue angle of 129.88º 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 #257A33 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 51 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.52 |
| HSL | 129.88º | 0.53% | 0.31% | - |
| HSV(B) | 129.88º | 0.7% | 0.48% | - |
| XYZ | 8.32 | 14.55 | 5.5 | - |
| YUV | 88.49 | 106.84 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 51 | 0.70 | 0 | 0.58 | 0.52 | 129.88 | 0.53 | 0.31 |
| Hex | 25 | 7A | 33 | 46 | 0 | 3A | 34 | 82 | 35 | 1F |
| Octal | 45 | 172 | 63 | 106 | 0 | 72 | 64 | 202 | 65 | 37 |
| Binary | 100101 | 1111010 | 110011 | 1000110 | 0 | 111010 | 110100 | 10000010 | 110101 | 11111 |
Color Harmonies of #257A33
Complementary color
Monochromatic Colors of #257A33
Black with #257A33
Text Example
Text Example
White with #257A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A33; }
p { color: rgb(37,122,51); }
H1.HeaderClassName
{
color: #257A33;
}
.AnyTagClassName
{
color: #257A33;
}
</style>
background-color css
<style>
a { background-color: #257A33; }
a { background-color: rgb(37,122,51); }
div.DivClassName
{
background-color: #257A33;
}
.BgClassName
{
background-color: #257A33;
}
</style>
border-color css
<style>
span { border-color: #257A33; }
span { border-color: rgb(37,122,51); }
td.TdClassName
{
border-color: #257A33;
}
.TagClassName
{
border-color: #257A33;
}
</style>