Shades of Japanese Laurel #257A2F
Tints of Japanese Laurel #257A2F
RGB
CMYK
RGB Variations
Color information
#257A2F (or 0x257A2F) is known color: Japanese Laurel. HEX triplet: 25, 7A and 2F. RGB value is (37,122,47). Sum of RGB (Red+Green+Blue) = 37+122+47=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #257A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A2F is #DA85D0. Grayscale: #585858. Windows color (decimal): -14321105 or 3111461. OLE color: 3111461.
HSL color Cylindrical-coordinate representation of color #257A2F: hue angle of 127.06º 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 #257A2F is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 47 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.52 |
| HSL | 127.06º | 0.53% | 0.31% | - |
| HSV(B) | 127.06º | 0.7% | 0.48% | - |
| XYZ | 8.24 | 14.52 | 5.06 | - |
| YUV | 88.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 47 | 0.70 | 0 | 0.61 | 0.52 | 127.06 | 0.53 | 0.31 |
| Hex | 25 | 7A | 2F | 46 | 0 | 3D | 34 | 7F | 35 | 1F |
| Octal | 45 | 172 | 57 | 106 | 0 | 75 | 64 | 177 | 65 | 37 |
| Binary | 100101 | 1111010 | 101111 | 1000110 | 0 | 111101 | 110100 | 1111111 | 110101 | 11111 |
Color Harmonies of #257A2F
Complementary color
Monochromatic Colors of #257A2F
Black with #257A2F
Text Example
Text Example
White with #257A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A2F; }
p { color: rgb(37,122,47); }
H1.HeaderClassName
{
color: #257A2F;
}
.AnyTagClassName
{
color: #257A2F;
}
</style>
background-color css
<style>
a { background-color: #257A2F; }
a { background-color: rgb(37,122,47); }
div.DivClassName
{
background-color: #257A2F;
}
.BgClassName
{
background-color: #257A2F;
}
</style>
border-color css
<style>
span { border-color: #257A2F; }
span { border-color: rgb(37,122,47); }
td.TdClassName
{
border-color: #257A2F;
}
.TagClassName
{
border-color: #257A2F;
}
</style>