Shades of Japanese Laurel #2D8637
Tints of Japanese Laurel #2D8637
RGB
CMYK
RGB Variations
Color information
#2D8637 (or 0x2D8637) is known color: Japanese Laurel. HEX triplet: 2D, 86 and 37. RGB value is (45,134,55). Sum of RGB (Red+Green+Blue) = 45+134+55=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8637 is #D279C8. Grayscale: #626262. Windows color (decimal): -13793737 or 3638829. OLE color: 3638829.
HSL color Cylindrical-coordinate representation of color #2D8637: hue angle of 126.74º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8637 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 55 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.47 |
| HSL | 126.74º | 0.5% | 0.35% | - |
| HSV(B) | 126.74º | 0.66% | 0.53% | - |
| XYZ | 10.3 | 17.88 | 6.52 | - |
| YUV | 98.38 | 103.51 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 55 | 0.66 | 0 | 0.59 | 0.47 | 126.74 | 0.5 | 0.35 |
| Hex | 2D | 86 | 37 | 42 | 0 | 3B | 2F | 7F | 32 | 23 |
| Octal | 55 | 206 | 67 | 102 | 0 | 73 | 57 | 177 | 62 | 43 |
| Binary | 101101 | 10000110 | 110111 | 1000010 | 0 | 111011 | 101111 | 1111111 | 110010 | 100011 |
Color Harmonies of #2D8637
Complementary color
Monochromatic Colors of #2D8637
Black with #2D8637
Text Example
Text Example
White with #2D8637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8637; }
p { color: rgb(45,134,55); }
H1.HeaderClassName
{
color: #2D8637;
}
.AnyTagClassName
{
color: #2D8637;
}
</style>
background-color css
<style>
a { background-color: #2D8637; }
a { background-color: rgb(45,134,55); }
div.DivClassName
{
background-color: #2D8637;
}
.BgClassName
{
background-color: #2D8637;
}
</style>
border-color css
<style>
span { border-color: #2D8637; }
span { border-color: rgb(45,134,55); }
td.TdClassName
{
border-color: #2D8637;
}
.TagClassName
{
border-color: #2D8637;
}
</style>