Shades of Japanese Laurel #257A32
Tints of Japanese Laurel #257A32
RGB
CMYK
RGB Variations
Color information
#257A32 (or 0x257A32) is known color: Japanese Laurel. HEX triplet: 25, 7A and 32. RGB value is (37,122,50). Sum of RGB (Red+Green+Blue) = 37+122+50=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #257A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A32 is #DA85CD. Grayscale: #585858. Windows color (decimal): -14321102 or 3308069. OLE color: 3308069.
HSL color Cylindrical-coordinate representation of color #257A32: hue angle of 129.18º 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 #257A32 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 50 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.52 |
| HSL | 129.18º | 0.53% | 0.31% | - |
| HSV(B) | 129.18º | 0.7% | 0.48% | - |
| XYZ | 8.3 | 14.54 | 5.39 | - |
| YUV | 88.38 | 106.34 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 50 | 0.70 | 0 | 0.59 | 0.52 | 129.18 | 0.53 | 0.31 |
| Hex | 25 | 7A | 32 | 46 | 0 | 3B | 34 | 81 | 35 | 1F |
| Octal | 45 | 172 | 62 | 106 | 0 | 73 | 64 | 201 | 65 | 37 |
| Binary | 100101 | 1111010 | 110010 | 1000110 | 0 | 111011 | 110100 | 10000001 | 110101 | 11111 |
Color Harmonies of #257A32
Complementary color
Monochromatic Colors of #257A32
Black with #257A32
Text Example
Text Example
White with #257A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A32; }
p { color: rgb(37,122,50); }
H1.HeaderClassName
{
color: #257A32;
}
.AnyTagClassName
{
color: #257A32;
}
</style>
background-color css
<style>
a { background-color: #257A32; }
a { background-color: rgb(37,122,50); }
div.DivClassName
{
background-color: #257A32;
}
.BgClassName
{
background-color: #257A32;
}
</style>
border-color css
<style>
span { border-color: #257A32; }
span { border-color: rgb(37,122,50); }
td.TdClassName
{
border-color: #257A32;
}
.TagClassName
{
border-color: #257A32;
}
</style>