Shades of Japanese Laurel #297D3D
Tints of Japanese Laurel #297D3D
RGB
CMYK
RGB Variations
Color information
#297D3D (or 0x297D3D) is known color: Japanese Laurel. HEX triplet: 29, 7D and 3D. RGB value is (41,125,61). Sum of RGB (Red+Green+Blue) = 41+125+61=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #297D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D3D is #D682C2. Grayscale: #5C5C5C. Windows color (decimal): -14058179 or 4029737. OLE color: 4029737.
HSL color Cylindrical-coordinate representation of color #297D3D: hue angle of 134.29º 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 #297D3D is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 61 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.51 |
| HSL | 134.29º | 0.51% | 0.33% | - |
| HSV(B) | 134.29º | 0.67% | 0.49% | - |
| XYZ | 9.09 | 15.48 | 6.92 | - |
| YUV | 92.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 61 | 0.67 | 0 | 0.51 | 0.51 | 134.29 | 0.51 | 0.33 |
| Hex | 29 | 7D | 3D | 43 | 0 | 33 | 33 | 86 | 33 | 21 |
| Octal | 51 | 175 | 75 | 103 | 0 | 63 | 63 | 206 | 63 | 41 |
| Binary | 101001 | 1111101 | 111101 | 1000011 | 0 | 110011 | 110011 | 10000110 | 110011 | 100001 |
Color Harmonies of #297D3D
Complementary color
Monochromatic Colors of #297D3D
Black with #297D3D
Text Example
Text Example
White with #297D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D3D; }
p { color: rgb(41,125,61); }
H1.HeaderClassName
{
color: #297D3D;
}
.AnyTagClassName
{
color: #297D3D;
}
</style>
background-color css
<style>
a { background-color: #297D3D; }
a { background-color: rgb(41,125,61); }
div.DivClassName
{
background-color: #297D3D;
}
.BgClassName
{
background-color: #297D3D;
}
</style>
border-color css
<style>
span { border-color: #297D3D; }
span { border-color: rgb(41,125,61); }
td.TdClassName
{
border-color: #297D3D;
}
.TagClassName
{
border-color: #297D3D;
}
</style>