Shades of Japanese Laurel #25893B
Tints of Japanese Laurel #25893B
RGB
CMYK
RGB Variations
Color information
#25893B (or 0x25893B) is known color: Japanese Laurel. HEX triplet: 25, 89 and 3B. RGB value is (37,137,59). Sum of RGB (Red+Green+Blue) = 37+137+59=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #25893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25893B is #DA76C4. Grayscale: #626262. Windows color (decimal): -14317253 or 3901733. OLE color: 3901733.
HSL color Cylindrical-coordinate representation of color #25893B: hue angle of 133.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25893B is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 137 | 59 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.46 |
| HSL | 133.2º | 0.57% | 0.34% | - |
| HSV(B) | 133.2º | 0.73% | 0.54% | - |
| XYZ | 10.5 | 18.6 | 7.17 | - |
| YUV | 98.21 | 105.87 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 59 | 0.73 | 0 | 0.57 | 0.46 | 133.2 | 0.57 | 0.34 |
| Hex | 25 | 89 | 3B | 49 | 0 | 39 | 2E | 85 | 39 | 22 |
| Octal | 45 | 211 | 73 | 111 | 0 | 71 | 56 | 205 | 71 | 42 |
| Binary | 100101 | 10001001 | 111011 | 1001001 | 0 | 111001 | 101110 | 10000101 | 111001 | 100010 |
Color Harmonies of #25893B
Complementary color
Monochromatic Colors of #25893B
Black with #25893B
Text Example
Text Example
White with #25893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25893B; }
p { color: rgb(37,137,59); }
H1.HeaderClassName
{
color: #25893B;
}
.AnyTagClassName
{
color: #25893B;
}
</style>
background-color css
<style>
a { background-color: #25893B; }
a { background-color: rgb(37,137,59); }
div.DivClassName
{
background-color: #25893B;
}
.BgClassName
{
background-color: #25893B;
}
</style>
border-color css
<style>
span { border-color: #25893B; }
span { border-color: rgb(37,137,59); }
td.TdClassName
{
border-color: #25893B;
}
.TagClassName
{
border-color: #25893B;
}
</style>