Shades of Japanese Laurel #257A2D
Tints of Japanese Laurel #257A2D
RGB
CMYK
RGB Variations
Color information
#257A2D (or 0x257A2D) is known color: Japanese Laurel. HEX triplet: 25, 7A and 2D. RGB value is (37,122,45). Sum of RGB (Red+Green+Blue) = 37+122+45=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #257A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A2D is #DA85D2. Grayscale: #585858. Windows color (decimal): -14321107 or 2980389. OLE color: 2980389.
HSL color Cylindrical-coordinate representation of color #257A2D: hue angle of 125.65º 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 #257A2D is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 45 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.52 |
| HSL | 125.65º | 0.53% | 0.31% | - |
| HSV(B) | 125.65º | 0.7% | 0.48% | - |
| XYZ | 8.2 | 14.5 | 4.85 | - |
| YUV | 87.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 45 | 0.70 | 0 | 0.63 | 0.52 | 125.65 | 0.53 | 0.31 |
| Hex | 25 | 7A | 2D | 46 | 0 | 3F | 34 | 7E | 35 | 1F |
| Octal | 45 | 172 | 55 | 106 | 0 | 77 | 64 | 176 | 65 | 37 |
| Binary | 100101 | 1111010 | 101101 | 1000110 | 0 | 111111 | 110100 | 1111110 | 110101 | 11111 |
Color Harmonies of #257A2D
Complementary color
Monochromatic Colors of #257A2D
Black with #257A2D
Text Example
Text Example
White with #257A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A2D; }
p { color: rgb(37,122,45); }
H1.HeaderClassName
{
color: #257A2D;
}
.AnyTagClassName
{
color: #257A2D;
}
</style>
background-color css
<style>
a { background-color: #257A2D; }
a { background-color: rgb(37,122,45); }
div.DivClassName
{
background-color: #257A2D;
}
.BgClassName
{
background-color: #257A2D;
}
</style>
border-color css
<style>
span { border-color: #257A2D; }
span { border-color: rgb(37,122,45); }
td.TdClassName
{
border-color: #257A2D;
}
.TagClassName
{
border-color: #257A2D;
}
</style>