Shades of Japanese Laurel #2D732E
Tints of Japanese Laurel #2D732E
RGB
CMYK
RGB Variations
Color information
#2D732E (or 0x2D732E) is known color: Japanese Laurel. HEX triplet: 2D, 73 and 2E. RGB value is (45,115,46). Sum of RGB (Red+Green+Blue) = 45+115+46=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #2D732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D732E is #D28CD1. Grayscale: #565656. Windows color (decimal): -13798610 or 3044141. OLE color: 3044141.
HSL color Cylindrical-coordinate representation of color #2D732E: hue angle of 120.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D732E is Cyan = 0.61, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 46 | - |
| CMYK | 0.61 | 0 | 0.6 | 0.55 |
| HSL | 120.86º | 0.44% | 0.31% | - |
| HSV(B) | 120.86º | 0.61% | 0.45% | - |
| XYZ | 7.71 | 13.02 | 4.69 | - |
| YUV | 86.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 46 | 0.61 | 0 | 0.6 | 0.55 | 120.86 | 0.44 | 0.31 |
| Hex | 2D | 73 | 2E | 3D | 0 | 3C | 37 | 79 | 2C | 1F |
| Octal | 55 | 163 | 56 | 75 | 0 | 74 | 67 | 171 | 54 | 37 |
| Binary | 101101 | 1110011 | 101110 | 111101 | 0 | 111100 | 110111 | 1111001 | 101100 | 11111 |
Color Harmonies of #2D732E
Complementary color
Monochromatic Colors of #2D732E
Black with #2D732E
Text Example
Text Example
White with #2D732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D732E; }
p { color: rgb(45,115,46); }
H1.HeaderClassName
{
color: #2D732E;
}
.AnyTagClassName
{
color: #2D732E;
}
</style>
background-color css
<style>
a { background-color: #2D732E; }
a { background-color: rgb(45,115,46); }
div.DivClassName
{
background-color: #2D732E;
}
.BgClassName
{
background-color: #2D732E;
}
</style>
border-color css
<style>
span { border-color: #2D732E; }
span { border-color: rgb(45,115,46); }
td.TdClassName
{
border-color: #2D732E;
}
.TagClassName
{
border-color: #2D732E;
}
</style>