Shades of Japanese Laurel #297C27
Tints of Japanese Laurel #297C27
RGB
CMYK
RGB Variations
Color information
#297C27 (or 0x297C27) is known color: Japanese Laurel. HEX triplet: 29, 7C and 27. RGB value is (41,124,39). Sum of RGB (Red+Green+Blue) = 41+124+39=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #297C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C27 is #D683D8. Grayscale: #595959. Windows color (decimal): -14058457 or 2587689. OLE color: 2587689.
HSL color Cylindrical-coordinate representation of color #297C27: hue angle of 118.59º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297C27 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 39 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.51 |
| HSL | 118.59º | 0.52% | 0.32% | - |
| HSV(B) | 118.59º | 0.69% | 0.49% | - |
| XYZ | 8.49 | 15.03 | 4.37 | - |
| YUV | 89.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 39 | 0.67 | 0 | 0.69 | 0.51 | 118.59 | 0.52 | 0.32 |
| Hex | 29 | 7C | 27 | 43 | 0 | 45 | 33 | 77 | 34 | 20 |
| Octal | 51 | 174 | 47 | 103 | 0 | 105 | 63 | 167 | 64 | 40 |
| Binary | 101001 | 1111100 | 100111 | 1000011 | 0 | 1000101 | 110011 | 1110111 | 110100 | 100000 |
Color Harmonies of #297C27
Complementary color
Monochromatic Colors of #297C27
Black with #297C27
Text Example
Text Example
White with #297C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C27; }
p { color: rgb(41,124,39); }
H1.HeaderClassName
{
color: #297C27;
}
.AnyTagClassName
{
color: #297C27;
}
</style>
background-color css
<style>
a { background-color: #297C27; }
a { background-color: rgb(41,124,39); }
div.DivClassName
{
background-color: #297C27;
}
.BgClassName
{
background-color: #297C27;
}
</style>
border-color css
<style>
span { border-color: #297C27; }
span { border-color: rgb(41,124,39); }
td.TdClassName
{
border-color: #297C27;
}
.TagClassName
{
border-color: #297C27;
}
</style>