Shades of Japanese Laurel #297D2D
Tints of Japanese Laurel #297D2D
RGB
CMYK
RGB Variations
Color information
#297D2D (or 0x297D2D) is known color: Japanese Laurel. HEX triplet: 29, 7D and 2D. RGB value is (41,125,45). Sum of RGB (Red+Green+Blue) = 41+125+45=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 125 (49.22% from 255 or 59.24% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 125 - color contains mainly: green. Hex color #297D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D2D is #D682D2. Grayscale: #5B5B5B. Windows color (decimal): -14058195 or 2981161. OLE color: 2981161.
HSL color Cylindrical-coordinate representation of color #297D2D: hue angle of 122.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 #297D2D is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 45 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.51 |
| HSL | 122.86º | 0.51% | 0.33% | - |
| HSV(B) | 122.86º | 0.67% | 0.49% | - |
| XYZ | 8.72 | 15.33 | 4.98 | - |
| YUV | 90.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 45 | 0.67 | 0 | 0.64 | 0.51 | 122.86 | 0.51 | 0.33 |
| Hex | 29 | 7D | 2D | 43 | 0 | 40 | 33 | 7B | 33 | 21 |
| Octal | 51 | 175 | 55 | 103 | 0 | 100 | 63 | 173 | 63 | 41 |
| Binary | 101001 | 1111101 | 101101 | 1000011 | 0 | 1000000 | 110011 | 1111011 | 110011 | 100001 |
Color Harmonies of #297D2D
Complementary color
Monochromatic Colors of #297D2D
Black with #297D2D
Text Example
Text Example
White with #297D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D2D; }
p { color: rgb(41,125,45); }
H1.HeaderClassName
{
color: #297D2D;
}
.AnyTagClassName
{
color: #297D2D;
}
</style>
background-color css
<style>
a { background-color: #297D2D; }
a { background-color: rgb(41,125,45); }
div.DivClassName
{
background-color: #297D2D;
}
.BgClassName
{
background-color: #297D2D;
}
</style>
border-color css
<style>
span { border-color: #297D2D; }
span { border-color: rgb(41,125,45); }
td.TdClassName
{
border-color: #297D2D;
}
.TagClassName
{
border-color: #297D2D;
}
</style>