Shades of Japanese Laurel #2D7025
Tints of Japanese Laurel #2D7025
RGB
CMYK
RGB Variations
Color information
#2D7025 (or 0x2D7025) is known color: Japanese Laurel. HEX triplet: 2D, 70 and 25. RGB value is (45,112,37). Sum of RGB (Red+Green+Blue) = 45+112+37=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7025 is #D28FDA. Grayscale: #535353. Windows color (decimal): -13799387 or 2453549. OLE color: 2453549.
HSL color Cylindrical-coordinate representation of color #2D7025: hue angle of 113.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D7025 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 37 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.56 |
| HSL | 113.6º | 0.5% | 0.29% | - |
| HSV(B) | 113.6º | 0.67% | 0.44% | - |
| XYZ | 7.21 | 12.28 | 3.74 | - |
| YUV | 83.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 37 | 0.60 | 0 | 0.67 | 0.56 | 113.6 | 0.5 | 0.29 |
| Hex | 2D | 70 | 25 | 3C | 0 | 43 | 38 | 72 | 32 | 1D |
| Octal | 55 | 160 | 45 | 74 | 0 | 103 | 70 | 162 | 62 | 35 |
| Binary | 101101 | 1110000 | 100101 | 111100 | 0 | 1000011 | 111000 | 1110010 | 110010 | 11101 |
Color Harmonies of #2D7025
Complementary color
Monochromatic Colors of #2D7025
Black with #2D7025
Text Example
Text Example
White with #2D7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7025; }
p { color: rgb(45,112,37); }
H1.HeaderClassName
{
color: #2D7025;
}
.AnyTagClassName
{
color: #2D7025;
}
</style>
background-color css
<style>
a { background-color: #2D7025; }
a { background-color: rgb(45,112,37); }
div.DivClassName
{
background-color: #2D7025;
}
.BgClassName
{
background-color: #2D7025;
}
</style>
border-color css
<style>
span { border-color: #2D7025; }
span { border-color: rgb(45,112,37); }
td.TdClassName
{
border-color: #2D7025;
}
.TagClassName
{
border-color: #2D7025;
}
</style>