Shades of Japanese Laurel #2D732B
Tints of Japanese Laurel #2D732B
RGB
CMYK
RGB Variations
Color information
#2D732B (or 0x2D732B) is known color: Japanese Laurel. HEX triplet: 2D, 73 and 2B. RGB value is (45,115,43). Sum of RGB (Red+Green+Blue) = 45+115+43=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #2D732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D732B is #D28CD4. Grayscale: #565656. Windows color (decimal): -13798613 or 2847533. OLE color: 2847533.
HSL color Cylindrical-coordinate representation of color #2D732B: hue angle of 118.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D732B is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 43 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.55 |
| HSL | 118.33º | 0.46% | 0.31% | - |
| HSV(B) | 118.33º | 0.63% | 0.45% | - |
| XYZ | 7.65 | 12.99 | 4.39 | - |
| YUV | 85.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 43 | 0.61 | 0 | 0.63 | 0.55 | 118.33 | 0.46 | 0.31 |
| Hex | 2D | 73 | 2B | 3D | 0 | 3F | 37 | 76 | 2E | 1F |
| Octal | 55 | 163 | 53 | 75 | 0 | 77 | 67 | 166 | 56 | 37 |
| Binary | 101101 | 1110011 | 101011 | 111101 | 0 | 111111 | 110111 | 1110110 | 101110 | 11111 |
Color Harmonies of #2D732B
Complementary color
Monochromatic Colors of #2D732B
Black with #2D732B
Text Example
Text Example
White with #2D732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D732B; }
p { color: rgb(45,115,43); }
H1.HeaderClassName
{
color: #2D732B;
}
.AnyTagClassName
{
color: #2D732B;
}
</style>
background-color css
<style>
a { background-color: #2D732B; }
a { background-color: rgb(45,115,43); }
div.DivClassName
{
background-color: #2D732B;
}
.BgClassName
{
background-color: #2D732B;
}
</style>
border-color css
<style>
span { border-color: #2D732B; }
span { border-color: rgb(45,115,43); }
td.TdClassName
{
border-color: #2D732B;
}
.TagClassName
{
border-color: #2D732B;
}
</style>