Shades of Japanese Laurel #297D34
Tints of Japanese Laurel #297D34
RGB
CMYK
RGB Variations
Color information
#297D34 (or 0x297D34) is known color: Japanese Laurel. HEX triplet: 29, 7D and 34. RGB value is (41,125,52). Sum of RGB (Red+Green+Blue) = 41+125+52=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #297D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D34 is #D682CB. Grayscale: #5B5B5B. Windows color (decimal): -14058188 or 3439913. OLE color: 3439913.
HSL color Cylindrical-coordinate representation of color #297D34: hue angle of 127.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297D34 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 52 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.51 |
| HSL | 127.86º | 0.51% | 0.33% | - |
| HSV(B) | 127.86º | 0.67% | 0.49% | - |
| XYZ | 8.87 | 15.39 | 5.75 | - |
| YUV | 91.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 52 | 0.67 | 0 | 0.58 | 0.51 | 127.86 | 0.51 | 0.33 |
| Hex | 29 | 7D | 34 | 43 | 0 | 3A | 33 | 80 | 33 | 21 |
| Octal | 51 | 175 | 64 | 103 | 0 | 72 | 63 | 200 | 63 | 41 |
| Binary | 101001 | 1111101 | 110100 | 1000011 | 0 | 111010 | 110011 | 10000000 | 110011 | 100001 |
Color Harmonies of #297D34
Complementary color
Monochromatic Colors of #297D34
Black with #297D34
Text Example
Text Example
White with #297D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D34; }
p { color: rgb(41,125,52); }
H1.HeaderClassName
{
color: #297D34;
}
.AnyTagClassName
{
color: #297D34;
}
</style>
background-color css
<style>
a { background-color: #297D34; }
a { background-color: rgb(41,125,52); }
div.DivClassName
{
background-color: #297D34;
}
.BgClassName
{
background-color: #297D34;
}
</style>
border-color css
<style>
span { border-color: #297D34; }
span { border-color: rgb(41,125,52); }
td.TdClassName
{
border-color: #297D34;
}
.TagClassName
{
border-color: #297D34;
}
</style>