Shades of Japanese Laurel #29843E
Tints of Japanese Laurel #29843E
RGB
CMYK
RGB Variations
Color information
#29843E (or 0x29843E) is known color: Japanese Laurel. HEX triplet: 29, 84 and 3E. RGB value is (41,132,62). Sum of RGB (Red+Green+Blue) = 41+132+62=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #29843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29843E is #D67BC1. Grayscale: #616161. Windows color (decimal): -14056386 or 4097065. OLE color: 4097065.
HSL color Cylindrical-coordinate representation of color #29843E: hue angle of 133.85º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29843E is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 132 | 62 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.48 |
| HSL | 133.85º | 0.53% | 0.34% | - |
| HSV(B) | 133.85º | 0.69% | 0.52% | - |
| XYZ | 10.04 | 17.32 | 7.37 | - |
| YUV | 96.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 62 | 0.69 | 0 | 0.53 | 0.48 | 133.85 | 0.53 | 0.34 |
| Hex | 29 | 84 | 3E | 45 | 0 | 35 | 30 | 86 | 35 | 22 |
| Octal | 51 | 204 | 76 | 105 | 0 | 65 | 60 | 206 | 65 | 42 |
| Binary | 101001 | 10000100 | 111110 | 1000101 | 0 | 110101 | 110000 | 10000110 | 110101 | 100010 |
Color Harmonies of #29843E
Complementary color
Monochromatic Colors of #29843E
Black with #29843E
Text Example
Text Example
White with #29843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29843E; }
p { color: rgb(41,132,62); }
H1.HeaderClassName
{
color: #29843E;
}
.AnyTagClassName
{
color: #29843E;
}
</style>
background-color css
<style>
a { background-color: #29843E; }
a { background-color: rgb(41,132,62); }
div.DivClassName
{
background-color: #29843E;
}
.BgClassName
{
background-color: #29843E;
}
</style>
border-color css
<style>
span { border-color: #29843E; }
span { border-color: rgb(41,132,62); }
td.TdClassName
{
border-color: #29843E;
}
.TagClassName
{
border-color: #29843E;
}
</style>