Shades of Japanese Laurel #25873E
Tints of Japanese Laurel #25873E
RGB
CMYK
RGB Variations
Color information
#25873E (or 0x25873E) is known color: Japanese Laurel. HEX triplet: 25, 87 and 3E. RGB value is (37,135,62). Sum of RGB (Red+Green+Blue) = 37+135+62=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #25873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25873E is #DA78C1. Grayscale: #616161. Windows color (decimal): -14317762 or 4097829. OLE color: 4097829.
HSL color Cylindrical-coordinate representation of color #25873E: hue angle of 135.31º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25873E is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 135 | 62 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.47 |
| HSL | 135.31º | 0.57% | 0.34% | - |
| HSV(B) | 135.31º | 0.73% | 0.53% | - |
| XYZ | 10.3 | 18.07 | 7.5 | - |
| YUV | 97.38 | 108.03 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 62 | 0.73 | 0 | 0.54 | 0.47 | 135.31 | 0.57 | 0.34 |
| Hex | 25 | 87 | 3E | 49 | 0 | 36 | 2F | 87 | 39 | 22 |
| Octal | 45 | 207 | 76 | 111 | 0 | 66 | 57 | 207 | 71 | 42 |
| Binary | 100101 | 10000111 | 111110 | 1001001 | 0 | 110110 | 101111 | 10000111 | 111001 | 100010 |
Color Harmonies of #25873E
Complementary color
Monochromatic Colors of #25873E
Black with #25873E
Text Example
Text Example
White with #25873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25873E; }
p { color: rgb(37,135,62); }
H1.HeaderClassName
{
color: #25873E;
}
.AnyTagClassName
{
color: #25873E;
}
</style>
background-color css
<style>
a { background-color: #25873E; }
a { background-color: rgb(37,135,62); }
div.DivClassName
{
background-color: #25873E;
}
.BgClassName
{
background-color: #25873E;
}
</style>
border-color css
<style>
span { border-color: #25873E; }
span { border-color: rgb(37,135,62); }
td.TdClassName
{
border-color: #25873E;
}
.TagClassName
{
border-color: #25873E;
}
</style>