Shades of Japanese Laurel #297B37
Tints of Japanese Laurel #297B37
RGB
CMYK
RGB Variations
Color information
#297B37 (or 0x297B37) is known color: Japanese Laurel. HEX triplet: 29, 7B and 37. RGB value is (41,123,55). Sum of RGB (Red+Green+Blue) = 41+123+55=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #297B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297B37 is #D684C8. Grayscale: #5A5A5A. Windows color (decimal): -14058697 or 3636009. OLE color: 3636009.
HSL color Cylindrical-coordinate representation of color #297B37: hue angle of 130.24º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B37 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 123 | 55 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.52 |
| HSL | 130.24º | 0.5% | 0.32% | - |
| HSV(B) | 130.24º | 0.67% | 0.48% | - |
| XYZ | 8.69 | 14.91 | 6.04 | - |
| YUV | 90.73 | 107.83 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 55 | 0.67 | 0 | 0.55 | 0.52 | 130.24 | 0.5 | 0.32 |
| Hex | 29 | 7B | 37 | 43 | 0 | 37 | 34 | 82 | 32 | 20 |
| Octal | 51 | 173 | 67 | 103 | 0 | 67 | 64 | 202 | 62 | 40 |
| Binary | 101001 | 1111011 | 110111 | 1000011 | 0 | 110111 | 110100 | 10000010 | 110010 | 100000 |
Color Harmonies of #297B37
Complementary color
Monochromatic Colors of #297B37
Black with #297B37
Text Example
Text Example
White with #297B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B37; }
p { color: rgb(41,123,55); }
H1.HeaderClassName
{
color: #297B37;
}
.AnyTagClassName
{
color: #297B37;
}
</style>
background-color css
<style>
a { background-color: #297B37; }
a { background-color: rgb(41,123,55); }
div.DivClassName
{
background-color: #297B37;
}
.BgClassName
{
background-color: #297B37;
}
</style>
border-color css
<style>
span { border-color: #297B37; }
span { border-color: rgb(41,123,55); }
td.TdClassName
{
border-color: #297B37;
}
.TagClassName
{
border-color: #297B37;
}
</style>