Shades of Japanese Laurel #2D8738
Tints of Japanese Laurel #2D8738
RGB
CMYK
RGB Variations
Color information
#2D8738 (or 0x2D8738) is known color: Japanese Laurel. HEX triplet: 2D, 87 and 38. RGB value is (45,135,56). Sum of RGB (Red+Green+Blue) = 45+135+56=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #2D8738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8738 is #D278C7. Grayscale: #636363. Windows color (decimal): -13793480 or 3704621. OLE color: 3704621.
HSL color Cylindrical-coordinate representation of color #2D8738: hue angle of 127.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8738 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 56 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.47 |
| HSL | 127.33º | 0.5% | 0.35% | - |
| HSV(B) | 127.33º | 0.67% | 0.53% | - |
| XYZ | 10.46 | 18.17 | 6.7 | - |
| YUV | 99.08 | 103.68 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 56 | 0.67 | 0 | 0.59 | 0.47 | 127.33 | 0.5 | 0.35 |
| Hex | 2D | 87 | 38 | 43 | 0 | 3B | 2F | 7F | 32 | 23 |
| Octal | 55 | 207 | 70 | 103 | 0 | 73 | 57 | 177 | 62 | 43 |
| Binary | 101101 | 10000111 | 111000 | 1000011 | 0 | 111011 | 101111 | 1111111 | 110010 | 100011 |
Color Harmonies of #2D8738
Complementary color
Monochromatic Colors of #2D8738
Black with #2D8738
Text Example
Text Example
White with #2D8738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8738; }
p { color: rgb(45,135,56); }
H1.HeaderClassName
{
color: #2D8738;
}
.AnyTagClassName
{
color: #2D8738;
}
</style>
background-color css
<style>
a { background-color: #2D8738; }
a { background-color: rgb(45,135,56); }
div.DivClassName
{
background-color: #2D8738;
}
.BgClassName
{
background-color: #2D8738;
}
</style>
border-color css
<style>
span { border-color: #2D8738; }
span { border-color: rgb(45,135,56); }
td.TdClassName
{
border-color: #2D8738;
}
.TagClassName
{
border-color: #2D8738;
}
</style>