Shades of Japanese Laurel #2D783B
Tints of Japanese Laurel #2D783B
RGB
CMYK
RGB Variations
Color information
#2D783B (or 0x2D783B) is known color: Japanese Laurel. HEX triplet: 2D, 78 and 3B. RGB value is (45,120,59). Sum of RGB (Red+Green+Blue) = 45+120+59=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #2D783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D783B is #D287C4. Grayscale: #5A5A5A. Windows color (decimal): -13797317 or 3897389. OLE color: 3897389.
HSL color Cylindrical-coordinate representation of color #2D783B: hue angle of 131.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D783B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 120 | 59 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.53 |
| HSL | 131.2º | 0.45% | 0.32% | - |
| HSV(B) | 131.2º | 0.63% | 0.47% | - |
| XYZ | 8.59 | 14.31 | 6.45 | - |
| YUV | 90.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 59 | 0.63 | 0 | 0.51 | 0.53 | 131.2 | 0.45 | 0.32 |
| Hex | 2D | 78 | 3B | 3F | 0 | 33 | 35 | 83 | 2D | 20 |
| Octal | 55 | 170 | 73 | 77 | 0 | 63 | 65 | 203 | 55 | 40 |
| Binary | 101101 | 1111000 | 111011 | 111111 | 0 | 110011 | 110101 | 10000011 | 101101 | 100000 |
Color Harmonies of #2D783B
Complementary color
Monochromatic Colors of #2D783B
Black with #2D783B
Text Example
Text Example
White with #2D783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D783B; }
p { color: rgb(45,120,59); }
H1.HeaderClassName
{
color: #2D783B;
}
.AnyTagClassName
{
color: #2D783B;
}
</style>
background-color css
<style>
a { background-color: #2D783B; }
a { background-color: rgb(45,120,59); }
div.DivClassName
{
background-color: #2D783B;
}
.BgClassName
{
background-color: #2D783B;
}
</style>
border-color css
<style>
span { border-color: #2D783B; }
span { border-color: rgb(45,120,59); }
td.TdClassName
{
border-color: #2D783B;
}
.TagClassName
{
border-color: #2D783B;
}
</style>