Shades of Japanese Laurel #25893D
Tints of Japanese Laurel #25893D
RGB
CMYK
RGB Variations
Color information
#25893D (or 0x25893D) is known color: Japanese Laurel. HEX triplet: 25, 89 and 3D. RGB value is (37,137,61). Sum of RGB (Red+Green+Blue) = 37+137+61=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #25893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25893D is #DA76C2. Grayscale: #626262. Windows color (decimal): -14317251 or 4032805. OLE color: 4032805.
HSL color Cylindrical-coordinate representation of color #25893D: hue angle of 134.4º 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 #25893D is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 137 | 61 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.46 |
| HSL | 134.4º | 0.57% | 0.34% | - |
| HSV(B) | 134.4º | 0.73% | 0.54% | - |
| XYZ | 10.55 | 18.62 | 7.45 | - |
| YUV | 98.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 61 | 0.73 | 0 | 0.55 | 0.46 | 134.4 | 0.57 | 0.34 |
| Hex | 25 | 89 | 3D | 49 | 0 | 37 | 2E | 86 | 39 | 22 |
| Octal | 45 | 211 | 75 | 111 | 0 | 67 | 56 | 206 | 71 | 42 |
| Binary | 100101 | 10001001 | 111101 | 1001001 | 0 | 110111 | 101110 | 10000110 | 111001 | 100010 |
Color Harmonies of #25893D
Complementary color
Monochromatic Colors of #25893D
Black with #25893D
Text Example
Text Example
White with #25893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25893D; }
p { color: rgb(37,137,61); }
H1.HeaderClassName
{
color: #25893D;
}
.AnyTagClassName
{
color: #25893D;
}
</style>
background-color css
<style>
a { background-color: #25893D; }
a { background-color: rgb(37,137,61); }
div.DivClassName
{
background-color: #25893D;
}
.BgClassName
{
background-color: #25893D;
}
</style>
border-color css
<style>
span { border-color: #25893D; }
span { border-color: rgb(37,137,61); }
td.TdClassName
{
border-color: #25893D;
}
.TagClassName
{
border-color: #25893D;
}
</style>