Shades of Japanese Laurel #297B35
Tints of Japanese Laurel #297B35
RGB
CMYK
RGB Variations
Color information
#297B35 (or 0x297B35) is known color: Japanese Laurel. HEX triplet: 29, 7B and 35. RGB value is (41,123,53). Sum of RGB (Red+Green+Blue) = 41+123+53=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #297B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297B35 is #D684CA. Grayscale: #5A5A5A. Windows color (decimal): -14058699 or 3504937. OLE color: 3504937.
HSL color Cylindrical-coordinate representation of color #297B35: hue angle of 128.78º 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 #297B35 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 123 | 53 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.52 |
| HSL | 128.78º | 0.5% | 0.32% | - |
| HSV(B) | 128.78º | 0.67% | 0.48% | - |
| XYZ | 8.64 | 14.89 | 5.79 | - |
| YUV | 90.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 53 | 0.67 | 0 | 0.57 | 0.52 | 128.78 | 0.5 | 0.32 |
| Hex | 29 | 7B | 35 | 43 | 0 | 39 | 34 | 81 | 32 | 20 |
| Octal | 51 | 173 | 65 | 103 | 0 | 71 | 64 | 201 | 62 | 40 |
| Binary | 101001 | 1111011 | 110101 | 1000011 | 0 | 111001 | 110100 | 10000001 | 110010 | 100000 |
Color Harmonies of #297B35
Complementary color
Monochromatic Colors of #297B35
Black with #297B35
Text Example
Text Example
White with #297B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B35; }
p { color: rgb(41,123,53); }
H1.HeaderClassName
{
color: #297B35;
}
.AnyTagClassName
{
color: #297B35;
}
</style>
background-color css
<style>
a { background-color: #297B35; }
a { background-color: rgb(41,123,53); }
div.DivClassName
{
background-color: #297B35;
}
.BgClassName
{
background-color: #297B35;
}
</style>
border-color css
<style>
span { border-color: #297B35; }
span { border-color: rgb(41,123,53); }
td.TdClassName
{
border-color: #297B35;
}
.TagClassName
{
border-color: #297B35;
}
</style>