Shades of Japanese Laurel #2D712B
Tints of Japanese Laurel #2D712B
RGB
CMYK
RGB Variations
Color information
#2D712B (or 0x2D712B) is known color: Japanese Laurel. HEX triplet: 2D, 71 and 2B. RGB value is (45,113,43). Sum of RGB (Red+Green+Blue) = 45+113+43=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #2D712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D712B is #D28ED4. Grayscale: #545454. Windows color (decimal): -13799125 or 2847021. OLE color: 2847021.
HSL color Cylindrical-coordinate representation of color #2D712B: hue angle of 118.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D712B is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 113 | 43 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.56 |
| HSL | 118.29º | 0.45% | 0.31% | - |
| HSV(B) | 118.29º | 0.62% | 0.44% | - |
| XYZ | 7.42 | 12.54 | 4.32 | - |
| YUV | 84.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 43 | 0.60 | 0 | 0.62 | 0.56 | 118.29 | 0.45 | 0.31 |
| Hex | 2D | 71 | 2B | 3C | 0 | 3E | 38 | 76 | 2D | 1F |
| Octal | 55 | 161 | 53 | 74 | 0 | 76 | 70 | 166 | 55 | 37 |
| Binary | 101101 | 1110001 | 101011 | 111100 | 0 | 111110 | 111000 | 1110110 | 101101 | 11111 |
Color Harmonies of #2D712B
Complementary color
Monochromatic Colors of #2D712B
Black with #2D712B
Text Example
Text Example
White with #2D712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D712B; }
p { color: rgb(45,113,43); }
H1.HeaderClassName
{
color: #2D712B;
}
.AnyTagClassName
{
color: #2D712B;
}
</style>
background-color css
<style>
a { background-color: #2D712B; }
a { background-color: rgb(45,113,43); }
div.DivClassName
{
background-color: #2D712B;
}
.BgClassName
{
background-color: #2D712B;
}
</style>
border-color css
<style>
span { border-color: #2D712B; }
span { border-color: rgb(45,113,43); }
td.TdClassName
{
border-color: #2D712B;
}
.TagClassName
{
border-color: #2D712B;
}
</style>