Shades of Japanese Laurel #25893C
Tints of Japanese Laurel #25893C
RGB
CMYK
RGB Variations
Color information
#25893C (or 0x25893C) is known color: Japanese Laurel. HEX triplet: 25, 89 and 3C. RGB value is (37,137,60). Sum of RGB (Red+Green+Blue) = 37+137+60=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #25893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25893C is #DA76C3. Grayscale: #626262. Windows color (decimal): -14317252 or 3967269. OLE color: 3967269.
HSL color Cylindrical-coordinate representation of color #25893C: hue angle of 133.8º 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 #25893C is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 137 | 60 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.46 |
| HSL | 133.8º | 0.57% | 0.34% | - |
| HSV(B) | 133.8º | 0.73% | 0.54% | - |
| XYZ | 10.52 | 18.61 | 7.31 | - |
| YUV | 98.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 60 | 0.73 | 0 | 0.56 | 0.46 | 133.8 | 0.57 | 0.34 |
| Hex | 25 | 89 | 3C | 49 | 0 | 38 | 2E | 86 | 39 | 22 |
| Octal | 45 | 211 | 74 | 111 | 0 | 70 | 56 | 206 | 71 | 42 |
| Binary | 100101 | 10001001 | 111100 | 1001001 | 0 | 111000 | 101110 | 10000110 | 111001 | 100010 |
Color Harmonies of #25893C
Complementary color
Monochromatic Colors of #25893C
Black with #25893C
Text Example
Text Example
White with #25893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25893C; }
p { color: rgb(37,137,60); }
H1.HeaderClassName
{
color: #25893C;
}
.AnyTagClassName
{
color: #25893C;
}
</style>
background-color css
<style>
a { background-color: #25893C; }
a { background-color: rgb(37,137,60); }
div.DivClassName
{
background-color: #25893C;
}
.BgClassName
{
background-color: #25893C;
}
</style>
border-color css
<style>
span { border-color: #25893C; }
span { border-color: rgb(37,137,60); }
td.TdClassName
{
border-color: #25893C;
}
.TagClassName
{
border-color: #25893C;
}
</style>