Shades of Japanese Laurel #29792D
Tints of Japanese Laurel #29792D
RGB
CMYK
RGB Variations
Color information
#29792D (or 0x29792D) is known color: Japanese Laurel. HEX triplet: 29, 79 and 2D. RGB value is (41,121,45). Sum of RGB (Red+Green+Blue) = 41+121+45=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #29792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29792D is #D686D2. Grayscale: #585858. Windows color (decimal): -14059219 or 2980137. OLE color: 2980137.
HSL color Cylindrical-coordinate representation of color #29792D: hue angle of 123º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29792D is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 121 | 45 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.53 |
| HSL | 123º | 0.49% | 0.32% | - |
| HSV(B) | 123º | 0.66% | 0.47% | - |
| XYZ | 8.23 | 14.34 | 4.82 | - |
| YUV | 88.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 45 | 0.66 | 0 | 0.63 | 0.53 | 123 | 0.49 | 0.32 |
| Hex | 29 | 79 | 2D | 42 | 0 | 3F | 35 | 7B | 31 | 20 |
| Octal | 51 | 171 | 55 | 102 | 0 | 77 | 65 | 173 | 61 | 40 |
| Binary | 101001 | 1111001 | 101101 | 1000010 | 0 | 111111 | 110101 | 1111011 | 110001 | 100000 |
Color Harmonies of #29792D
Complementary color
Monochromatic Colors of #29792D
Black with #29792D
Text Example
Text Example
White with #29792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29792D; }
p { color: rgb(41,121,45); }
H1.HeaderClassName
{
color: #29792D;
}
.AnyTagClassName
{
color: #29792D;
}
</style>
background-color css
<style>
a { background-color: #29792D; }
a { background-color: rgb(41,121,45); }
div.DivClassName
{
background-color: #29792D;
}
.BgClassName
{
background-color: #29792D;
}
</style>
border-color css
<style>
span { border-color: #29792D; }
span { border-color: rgb(41,121,45); }
td.TdClassName
{
border-color: #29792D;
}
.TagClassName
{
border-color: #29792D;
}
</style>