Shades of Japanese Laurel #29893C
Tints of Japanese Laurel #29893C
RGB
CMYK
RGB Variations
Color information
#29893C (or 0x29893C) is known color: Japanese Laurel. HEX triplet: 29, 89 and 3C. RGB value is (41,137,60). Sum of RGB (Red+Green+Blue) = 41+137+60=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #29893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29893C is #D676C3. Grayscale: #636363. Windows color (decimal): -14055108 or 3967273. OLE color: 3967273.
HSL color Cylindrical-coordinate representation of color #29893C: hue angle of 131.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29893C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 137 | 60 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.46 |
| HSL | 131.88º | 0.54% | 0.35% | - |
| HSV(B) | 131.88º | 0.7% | 0.54% | - |
| XYZ | 10.68 | 18.69 | 7.32 | - |
| YUV | 99.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 137 | 60 | 0.70 | 0 | 0.56 | 0.46 | 131.88 | 0.54 | 0.35 |
| Hex | 29 | 89 | 3C | 46 | 0 | 38 | 2E | 84 | 36 | 23 |
| Octal | 51 | 211 | 74 | 106 | 0 | 70 | 56 | 204 | 66 | 43 |
| Binary | 101001 | 10001001 | 111100 | 1000110 | 0 | 111000 | 101110 | 10000100 | 110110 | 100011 |
Color Harmonies of #29893C
Complementary color
Monochromatic Colors of #29893C
Black with #29893C
Text Example
Text Example
White with #29893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29893C; }
p { color: rgb(41,137,60); }
H1.HeaderClassName
{
color: #29893C;
}
.AnyTagClassName
{
color: #29893C;
}
</style>
background-color css
<style>
a { background-color: #29893C; }
a { background-color: rgb(41,137,60); }
div.DivClassName
{
background-color: #29893C;
}
.BgClassName
{
background-color: #29893C;
}
</style>
border-color css
<style>
span { border-color: #29893C; }
span { border-color: rgb(41,137,60); }
td.TdClassName
{
border-color: #29893C;
}
.TagClassName
{
border-color: #29893C;
}
</style>