Shades of Japanese Laurel #2D712C
Tints of Japanese Laurel #2D712C
RGB
CMYK
RGB Variations
Color information
#2D712C (or 0x2D712C) is known color: Japanese Laurel. HEX triplet: 2D, 71 and 2C. RGB value is (45,113,44). Sum of RGB (Red+Green+Blue) = 45+113+44=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #2D712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D712C is #D28ED3. Grayscale: #555555. Windows color (decimal): -13799124 or 2912557. OLE color: 2912557.
HSL color Cylindrical-coordinate representation of color #2D712C: hue angle of 119.13º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D712C is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 113 | 44 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.56 |
| HSL | 119.13º | 0.44% | 0.31% | - |
| HSV(B) | 119.13º | 0.61% | 0.44% | - |
| XYZ | 7.44 | 12.55 | 4.41 | - |
| YUV | 84.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 44 | 0.60 | 0 | 0.61 | 0.56 | 119.13 | 0.44 | 0.31 |
| Hex | 2D | 71 | 2C | 3C | 0 | 3D | 38 | 77 | 2C | 1F |
| Octal | 55 | 161 | 54 | 74 | 0 | 75 | 70 | 167 | 54 | 37 |
| Binary | 101101 | 1110001 | 101100 | 111100 | 0 | 111101 | 111000 | 1110111 | 101100 | 11111 |
Color Harmonies of #2D712C
Complementary color
Monochromatic Colors of #2D712C
Black with #2D712C
Text Example
Text Example
White with #2D712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D712C; }
p { color: rgb(45,113,44); }
H1.HeaderClassName
{
color: #2D712C;
}
.AnyTagClassName
{
color: #2D712C;
}
</style>
background-color css
<style>
a { background-color: #2D712C; }
a { background-color: rgb(45,113,44); }
div.DivClassName
{
background-color: #2D712C;
}
.BgClassName
{
background-color: #2D712C;
}
</style>
border-color css
<style>
span { border-color: #2D712C; }
span { border-color: rgb(45,113,44); }
td.TdClassName
{
border-color: #2D712C;
}
.TagClassName
{
border-color: #2D712C;
}
</style>