Shades of Japanese Laurel #297A27
Tints of Japanese Laurel #297A27
RGB
CMYK
RGB Variations
Color information
#297A27 (or 0x297A27) is known color: Japanese Laurel. HEX triplet: 29, 7A and 27. RGB value is (41,122,39). Sum of RGB (Red+Green+Blue) = 41+122+39=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #297A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A27 is #D685D8. Grayscale: #585858. Windows color (decimal): -14058969 or 2587177. OLE color: 2587177.
HSL color Cylindrical-coordinate representation of color #297A27: hue angle of 118.55º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297A27 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 122 | 39 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.52 |
| HSL | 118.55º | 0.52% | 0.32% | - |
| HSV(B) | 118.55º | 0.68% | 0.48% | - |
| XYZ | 8.24 | 14.54 | 4.29 | - |
| YUV | 88.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 39 | 0.66 | 0 | 0.68 | 0.52 | 118.55 | 0.52 | 0.32 |
| Hex | 29 | 7A | 27 | 42 | 0 | 44 | 34 | 77 | 34 | 20 |
| Octal | 51 | 172 | 47 | 102 | 0 | 104 | 64 | 167 | 64 | 40 |
| Binary | 101001 | 1111010 | 100111 | 1000010 | 0 | 1000100 | 110100 | 1110111 | 110100 | 100000 |
Color Harmonies of #297A27
Complementary color
Monochromatic Colors of #297A27
Black with #297A27
Text Example
Text Example
White with #297A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A27; }
p { color: rgb(41,122,39); }
H1.HeaderClassName
{
color: #297A27;
}
.AnyTagClassName
{
color: #297A27;
}
</style>
background-color css
<style>
a { background-color: #297A27; }
a { background-color: rgb(41,122,39); }
div.DivClassName
{
background-color: #297A27;
}
.BgClassName
{
background-color: #297A27;
}
</style>
border-color css
<style>
span { border-color: #297A27; }
span { border-color: rgb(41,122,39); }
td.TdClassName
{
border-color: #297A27;
}
.TagClassName
{
border-color: #297A27;
}
</style>