Shades of Japanese Laurel #297A3A
Tints of Japanese Laurel #297A3A
RGB
CMYK
RGB Variations
Color information
#297A3A (or 0x297A3A) is known color: Japanese Laurel. HEX triplet: 29, 7A and 3A. RGB value is (41,122,58). Sum of RGB (Red+Green+Blue) = 41+122+58=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #297A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A3A is #D685C5. Grayscale: #5A5A5A. Windows color (decimal): -14058950 or 3832361. OLE color: 3832361.
HSL color Cylindrical-coordinate representation of color #297A3A: hue angle of 132.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A3A is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 58 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.52 |
| HSL | 132.59º | 0.5% | 0.32% | - |
| HSV(B) | 132.59º | 0.66% | 0.48% | - |
| XYZ | 8.64 | 14.7 | 6.38 | - |
| YUV | 90.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 58 | 0.66 | 0 | 0.52 | 0.52 | 132.59 | 0.5 | 0.32 |
| Hex | 29 | 7A | 3A | 42 | 0 | 34 | 34 | 85 | 32 | 20 |
| Octal | 51 | 172 | 72 | 102 | 0 | 64 | 64 | 205 | 62 | 40 |
| Binary | 101001 | 1111010 | 111010 | 1000010 | 0 | 110100 | 110100 | 10000101 | 110010 | 100000 |
Color Harmonies of #297A3A
Complementary color
Monochromatic Colors of #297A3A
Black with #297A3A
Text Example
Text Example
White with #297A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A3A; }
p { color: rgb(41,122,58); }
H1.HeaderClassName
{
color: #297A3A;
}
.AnyTagClassName
{
color: #297A3A;
}
</style>
background-color css
<style>
a { background-color: #297A3A; }
a { background-color: rgb(41,122,58); }
div.DivClassName
{
background-color: #297A3A;
}
.BgClassName
{
background-color: #297A3A;
}
</style>
border-color css
<style>
span { border-color: #297A3A; }
span { border-color: rgb(41,122,58); }
td.TdClassName
{
border-color: #297A3A;
}
.TagClassName
{
border-color: #297A3A;
}
</style>