Shades of Japanese Laurel #2D7C39
Tints of Japanese Laurel #2D7C39
RGB
CMYK
RGB Variations
Color information
#2D7C39 (or 0x2D7C39) is known color: Japanese Laurel. HEX triplet: 2D, 7C and 39. RGB value is (45,124,57). Sum of RGB (Red+Green+Blue) = 45+124+57=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #2D7C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7C39 is #D283C6. Grayscale: #5C5C5C. Windows color (decimal): -13796295 or 3767341. OLE color: 3767341.
HSL color Cylindrical-coordinate representation of color #2D7C39: hue angle of 129.11º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7C39 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 124 | 57 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.51 |
| HSL | 129.11º | 0.47% | 0.33% | - |
| HSV(B) | 129.11º | 0.64% | 0.49% | - |
| XYZ | 9.03 | 15.27 | 6.34 | - |
| YUV | 92.74 | 107.83 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 57 | 0.64 | 0 | 0.54 | 0.51 | 129.11 | 0.47 | 0.33 |
| Hex | 2D | 7C | 39 | 40 | 0 | 36 | 33 | 81 | 2F | 21 |
| Octal | 55 | 174 | 71 | 100 | 0 | 66 | 63 | 201 | 57 | 41 |
| Binary | 101101 | 1111100 | 111001 | 1000000 | 0 | 110110 | 110011 | 10000001 | 101111 | 100001 |
Color Harmonies of #2D7C39
Complementary color
Monochromatic Colors of #2D7C39
Black with #2D7C39
Text Example
Text Example
White with #2D7C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7C39; }
p { color: rgb(45,124,57); }
H1.HeaderClassName
{
color: #2D7C39;
}
.AnyTagClassName
{
color: #2D7C39;
}
</style>
background-color css
<style>
a { background-color: #2D7C39; }
a { background-color: rgb(45,124,57); }
div.DivClassName
{
background-color: #2D7C39;
}
.BgClassName
{
background-color: #2D7C39;
}
</style>
border-color css
<style>
span { border-color: #2D7C39; }
span { border-color: rgb(45,124,57); }
td.TdClassName
{
border-color: #2D7C39;
}
.TagClassName
{
border-color: #2D7C39;
}
</style>