Shades of Japanese Laurel #29883E
Tints of Japanese Laurel #29883E
RGB
CMYK
RGB Variations
Color information
#29883E (or 0x29883E) is known color: Japanese Laurel. HEX triplet: 29, 88 and 3E. RGB value is (41,136,62). Sum of RGB (Red+Green+Blue) = 41+136+62=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #29883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29883E is #D677C1. Grayscale: #636363. Windows color (decimal): -14055362 or 4098089. OLE color: 4098089.
HSL color Cylindrical-coordinate representation of color #29883E: hue angle of 133.26º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29883E is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 136 | 62 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.47 |
| HSL | 133.26º | 0.54% | 0.35% | - |
| HSV(B) | 133.26º | 0.7% | 0.53% | - |
| XYZ | 10.59 | 18.43 | 7.56 | - |
| YUV | 99.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 62 | 0.70 | 0 | 0.54 | 0.47 | 133.26 | 0.54 | 0.35 |
| Hex | 29 | 88 | 3E | 46 | 0 | 36 | 2F | 85 | 36 | 23 |
| Octal | 51 | 210 | 76 | 106 | 0 | 66 | 57 | 205 | 66 | 43 |
| Binary | 101001 | 10001000 | 111110 | 1000110 | 0 | 110110 | 101111 | 10000101 | 110110 | 100011 |
Color Harmonies of #29883E
Complementary color
Monochromatic Colors of #29883E
Black with #29883E
Text Example
Text Example
White with #29883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29883E; }
p { color: rgb(41,136,62); }
H1.HeaderClassName
{
color: #29883E;
}
.AnyTagClassName
{
color: #29883E;
}
</style>
background-color css
<style>
a { background-color: #29883E; }
a { background-color: rgb(41,136,62); }
div.DivClassName
{
background-color: #29883E;
}
.BgClassName
{
background-color: #29883E;
}
</style>
border-color css
<style>
span { border-color: #29883E; }
span { border-color: rgb(41,136,62); }
td.TdClassName
{
border-color: #29883E;
}
.TagClassName
{
border-color: #29883E;
}
</style>