Shades of Japanese Laurel #2D742E
Tints of Japanese Laurel #2D742E
RGB
CMYK
RGB Variations
Color information
#2D742E (or 0x2D742E) is known color: Japanese Laurel. HEX triplet: 2D, 74 and 2E. RGB value is (45,116,46). Sum of RGB (Red+Green+Blue) = 45+116+46=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #2D742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D742E is #D28BD1. Grayscale: #575757. Windows color (decimal): -13798354 or 3044397. OLE color: 3044397.
HSL color Cylindrical-coordinate representation of color #2D742E: hue angle of 120.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D742E is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 116 | 46 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.55 |
| HSL | 120.85º | 0.44% | 0.32% | - |
| HSV(B) | 120.85º | 0.61% | 0.45% | - |
| XYZ | 7.82 | 13.25 | 4.73 | - |
| YUV | 86.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 116 | 46 | 0.61 | 0 | 0.60 | 0.55 | 120.85 | 0.44 | 0.32 |
| Hex | 2D | 74 | 2E | 3D | 0 | 3C | 37 | 79 | 2C | 20 |
| Octal | 55 | 164 | 56 | 75 | 0 | 74 | 67 | 171 | 54 | 40 |
| Binary | 101101 | 1110100 | 101110 | 111101 | 0 | 111100 | 110111 | 1111001 | 101100 | 100000 |
Color Harmonies of #2D742E
Complementary color
Monochromatic Colors of #2D742E
Black with #2D742E
Text Example
Text Example
White with #2D742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D742E; }
p { color: rgb(45,116,46); }
H1.HeaderClassName
{
color: #2D742E;
}
.AnyTagClassName
{
color: #2D742E;
}
</style>
background-color css
<style>
a { background-color: #2D742E; }
a { background-color: rgb(45,116,46); }
div.DivClassName
{
background-color: #2D742E;
}
.BgClassName
{
background-color: #2D742E;
}
</style>
border-color css
<style>
span { border-color: #2D742E; }
span { border-color: rgb(45,116,46); }
td.TdClassName
{
border-color: #2D742E;
}
.TagClassName
{
border-color: #2D742E;
}
</style>