Shades of Japanese Laurel #297D3A
Tints of Japanese Laurel #297D3A
RGB
CMYK
RGB Variations
Color information
#297D3A (or 0x297D3A) is known color: Japanese Laurel. HEX triplet: 29, 7D and 3A. RGB value is (41,125,58). Sum of RGB (Red+Green+Blue) = 41+125+58=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #297D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D3A is #D682C5. Grayscale: #5C5C5C. Windows color (decimal): -14058182 or 3833129. OLE color: 3833129.
HSL color Cylindrical-coordinate representation of color #297D3A: hue angle of 132.14º 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 #297D3A is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 58 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.51 |
| HSL | 132.14º | 0.51% | 0.33% | - |
| HSV(B) | 132.14º | 0.67% | 0.49% | - |
| XYZ | 9.01 | 15.44 | 6.51 | - |
| YUV | 92.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 58 | 0.67 | 0 | 0.54 | 0.51 | 132.14 | 0.51 | 0.33 |
| Hex | 29 | 7D | 3A | 43 | 0 | 36 | 33 | 84 | 33 | 21 |
| Octal | 51 | 175 | 72 | 103 | 0 | 66 | 63 | 204 | 63 | 41 |
| Binary | 101001 | 1111101 | 111010 | 1000011 | 0 | 110110 | 110011 | 10000100 | 110011 | 100001 |
Color Harmonies of #297D3A
Complementary color
Monochromatic Colors of #297D3A
Black with #297D3A
Text Example
Text Example
White with #297D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D3A; }
p { color: rgb(41,125,58); }
H1.HeaderClassName
{
color: #297D3A;
}
.AnyTagClassName
{
color: #297D3A;
}
</style>
background-color css
<style>
a { background-color: #297D3A; }
a { background-color: rgb(41,125,58); }
div.DivClassName
{
background-color: #297D3A;
}
.BgClassName
{
background-color: #297D3A;
}
</style>
border-color css
<style>
span { border-color: #297D3A; }
span { border-color: rgb(41,125,58); }
td.TdClassName
{
border-color: #297D3A;
}
.TagClassName
{
border-color: #297D3A;
}
</style>