Shades of Japanese Laurel #29863E
Tints of Japanese Laurel #29863E
RGB
CMYK
RGB Variations
Color information
#29863E (or 0x29863E) is known color: Japanese Laurel. HEX triplet: 29, 86 and 3E. RGB value is (41,134,62). Sum of RGB (Red+Green+Blue) = 41+134+62=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #29863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29863E is #D679C1. Grayscale: #626262. Windows color (decimal): -14055874 or 4097577. OLE color: 4097577.
HSL color Cylindrical-coordinate representation of color #29863E: hue angle of 133.55º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29863E is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 134 | 62 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.47 |
| HSL | 133.55º | 0.53% | 0.34% | - |
| HSV(B) | 133.55º | 0.69% | 0.53% | - |
| XYZ | 10.31 | 17.87 | 7.46 | - |
| YUV | 97.99 | 107.69 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 62 | 0.69 | 0 | 0.54 | 0.47 | 133.55 | 0.53 | 0.34 |
| Hex | 29 | 86 | 3E | 45 | 0 | 36 | 2F | 86 | 35 | 22 |
| Octal | 51 | 206 | 76 | 105 | 0 | 66 | 57 | 206 | 65 | 42 |
| Binary | 101001 | 10000110 | 111110 | 1000101 | 0 | 110110 | 101111 | 10000110 | 110101 | 100010 |
Color Harmonies of #29863E
Complementary color
Monochromatic Colors of #29863E
Black with #29863E
Text Example
Text Example
White with #29863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29863E; }
p { color: rgb(41,134,62); }
H1.HeaderClassName
{
color: #29863E;
}
.AnyTagClassName
{
color: #29863E;
}
</style>
background-color css
<style>
a { background-color: #29863E; }
a { background-color: rgb(41,134,62); }
div.DivClassName
{
background-color: #29863E;
}
.BgClassName
{
background-color: #29863E;
}
</style>
border-color css
<style>
span { border-color: #29863E; }
span { border-color: rgb(41,134,62); }
td.TdClassName
{
border-color: #29863E;
}
.TagClassName
{
border-color: #29863E;
}
</style>