Shades of Japanese Laurel #29813B
Tints of Japanese Laurel #29813B
RGB
CMYK
RGB Variations
Color information
#29813B (or 0x29813B) is known color: Japanese Laurel. HEX triplet: 29, 81 and 3B. RGB value is (41,129,59). Sum of RGB (Red+Green+Blue) = 41+129+59=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #29813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29813B is #D67EC4. Grayscale: #5E5E5E. Windows color (decimal): -14057157 or 3899689. OLE color: 3899689.
HSL color Cylindrical-coordinate representation of color #29813B: hue angle of 132.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29813B is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 129 | 59 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.49 |
| HSL | 132.27º | 0.52% | 0.33% | - |
| HSV(B) | 132.27º | 0.68% | 0.51% | - |
| XYZ | 9.55 | 16.49 | 6.82 | - |
| YUV | 94.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 59 | 0.68 | 0 | 0.54 | 0.49 | 132.27 | 0.52 | 0.33 |
| Hex | 29 | 81 | 3B | 44 | 0 | 36 | 31 | 84 | 34 | 21 |
| Octal | 51 | 201 | 73 | 104 | 0 | 66 | 61 | 204 | 64 | 41 |
| Binary | 101001 | 10000001 | 111011 | 1000100 | 0 | 110110 | 110001 | 10000100 | 110100 | 100001 |
Color Harmonies of #29813B
Complementary color
Monochromatic Colors of #29813B
Black with #29813B
Text Example
Text Example
White with #29813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29813B; }
p { color: rgb(41,129,59); }
H1.HeaderClassName
{
color: #29813B;
}
.AnyTagClassName
{
color: #29813B;
}
</style>
background-color css
<style>
a { background-color: #29813B; }
a { background-color: rgb(41,129,59); }
div.DivClassName
{
background-color: #29813B;
}
.BgClassName
{
background-color: #29813B;
}
</style>
border-color css
<style>
span { border-color: #29813B; }
span { border-color: rgb(41,129,59); }
td.TdClassName
{
border-color: #29813B;
}
.TagClassName
{
border-color: #29813B;
}
</style>