Shades of Japanese Laurel #298031
Tints of Japanese Laurel #298031
RGB
CMYK
RGB Variations
Color information
#298031 (or 0x298031) is known color: Japanese Laurel. HEX triplet: 29, 80 and 31. RGB value is (41,128,49). Sum of RGB (Red+Green+Blue) = 41+128+49=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #298031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298031 is #D67FCE. Grayscale: #5D5D5D. Windows color (decimal): -14057423 or 3244073. OLE color: 3244073.
HSL color Cylindrical-coordinate representation of color #298031: hue angle of 125.52º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298031 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 128 | 49 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.50 |
| HSL | 125.52º | 0.51% | 0.33% | - |
| HSV(B) | 125.52º | 0.68% | 0.5% | - |
| XYZ | 9.19 | 16.13 | 5.54 | - |
| YUV | 92.98 | 103.18 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 49 | 0.68 | 0 | 0.62 | 0.50 | 125.52 | 0.51 | 0.33 |
| Hex | 29 | 80 | 31 | 44 | 0 | 3E | 32 | 7E | 33 | 21 |
| Octal | 51 | 200 | 61 | 104 | 0 | 76 | 62 | 176 | 63 | 41 |
| Binary | 101001 | 10000000 | 110001 | 1000100 | 0 | 111110 | 110010 | 1111110 | 110011 | 100001 |
Color Harmonies of #298031
Complementary color
Monochromatic Colors of #298031
Black with #298031
Text Example
Text Example
White with #298031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298031; }
p { color: rgb(41,128,49); }
H1.HeaderClassName
{
color: #298031;
}
.AnyTagClassName
{
color: #298031;
}
</style>
background-color css
<style>
a { background-color: #298031; }
a { background-color: rgb(41,128,49); }
div.DivClassName
{
background-color: #298031;
}
.BgClassName
{
background-color: #298031;
}
</style>
border-color css
<style>
span { border-color: #298031; }
span { border-color: rgb(41,128,49); }
td.TdClassName
{
border-color: #298031;
}
.TagClassName
{
border-color: #298031;
}
</style>