Shades of Japanese Laurel #297A34
Tints of Japanese Laurel #297A34
RGB
CMYK
RGB Variations
Color information
#297A34 (or 0x297A34) is known color: Japanese Laurel. HEX triplet: 29, 7A and 34. RGB value is (41,122,52). Sum of RGB (Red+Green+Blue) = 41+122+52=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #297A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A34 is #D685CB. Grayscale: #595959. Windows color (decimal): -14058956 or 3439145. OLE color: 3439145.
HSL color Cylindrical-coordinate representation of color #297A34: hue angle of 128.15º 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 #297A34 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 52 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.52 |
| HSL | 128.15º | 0.5% | 0.32% | - |
| HSV(B) | 128.15º | 0.66% | 0.48% | - |
| XYZ | 8.49 | 14.64 | 5.63 | - |
| YUV | 89.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 52 | 0.66 | 0 | 0.57 | 0.52 | 128.15 | 0.5 | 0.32 |
| Hex | 29 | 7A | 34 | 42 | 0 | 39 | 34 | 80 | 32 | 20 |
| Octal | 51 | 172 | 64 | 102 | 0 | 71 | 64 | 200 | 62 | 40 |
| Binary | 101001 | 1111010 | 110100 | 1000010 | 0 | 111001 | 110100 | 10000000 | 110010 | 100000 |
Color Harmonies of #297A34
Complementary color
Monochromatic Colors of #297A34
Black with #297A34
Text Example
Text Example
White with #297A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A34; }
p { color: rgb(41,122,52); }
H1.HeaderClassName
{
color: #297A34;
}
.AnyTagClassName
{
color: #297A34;
}
</style>
background-color css
<style>
a { background-color: #297A34; }
a { background-color: rgb(41,122,52); }
div.DivClassName
{
background-color: #297A34;
}
.BgClassName
{
background-color: #297A34;
}
</style>
border-color css
<style>
span { border-color: #297A34; }
span { border-color: rgb(41,122,52); }
td.TdClassName
{
border-color: #297A34;
}
.TagClassName
{
border-color: #297A34;
}
</style>