Shades of Japanese Laurel #25802E
Tints of Japanese Laurel #25802E
RGB
CMYK
RGB Variations
Color information
#25802E (or 0x25802E) is known color: Japanese Laurel. HEX triplet: 25, 80 and 2E. RGB value is (37,128,46). Sum of RGB (Red+Green+Blue) = 37+128+46=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #25802E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25802E is #DA7FD1. Grayscale: #5B5B5B. Windows color (decimal): -14319570 or 3047461. OLE color: 3047461.
HSL color Cylindrical-coordinate representation of color #25802E: hue angle of 125.93º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25802E is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 128 | 46 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.50 |
| HSL | 125.93º | 0.55% | 0.32% | - |
| HSV(B) | 125.93º | 0.71% | 0.5% | - |
| XYZ | 8.98 | 16.03 | 5.21 | - |
| YUV | 91.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 46 | 0.71 | 0 | 0.64 | 0.50 | 125.93 | 0.55 | 0.32 |
| Hex | 25 | 80 | 2E | 47 | 0 | 40 | 32 | 7E | 37 | 20 |
| Octal | 45 | 200 | 56 | 107 | 0 | 100 | 62 | 176 | 67 | 40 |
| Binary | 100101 | 10000000 | 101110 | 1000111 | 0 | 1000000 | 110010 | 1111110 | 110111 | 100000 |
Color Harmonies of #25802E
Complementary color
Monochromatic Colors of #25802E
Black with #25802E
Text Example
Text Example
White with #25802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25802E; }
p { color: rgb(37,128,46); }
H1.HeaderClassName
{
color: #25802E;
}
.AnyTagClassName
{
color: #25802E;
}
</style>
background-color css
<style>
a { background-color: #25802E; }
a { background-color: rgb(37,128,46); }
div.DivClassName
{
background-color: #25802E;
}
.BgClassName
{
background-color: #25802E;
}
</style>
border-color css
<style>
span { border-color: #25802E; }
span { border-color: rgb(37,128,46); }
td.TdClassName
{
border-color: #25802E;
}
.TagClassName
{
border-color: #25802E;
}
</style>