Shades of Japanese Laurel #2D783D
Tints of Japanese Laurel #2D783D
RGB
CMYK
RGB Variations
Color information
#2D783D (or 0x2D783D) is known color: Japanese Laurel. HEX triplet: 2D, 78 and 3D. RGB value is (45,120,61). Sum of RGB (Red+Green+Blue) = 45+120+61=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #2D783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D783D is #D287C2. Grayscale: #5B5B5B. Windows color (decimal): -13797315 or 4028461. OLE color: 4028461.
HSL color Cylindrical-coordinate representation of color #2D783D: hue angle of 132.8º 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 #2D783D is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 120 | 61 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.53 |
| HSL | 132.8º | 0.45% | 0.32% | - |
| HSV(B) | 132.8º | 0.63% | 0.47% | - |
| XYZ | 8.64 | 14.33 | 6.72 | - |
| YUV | 90.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 61 | 0.63 | 0 | 0.49 | 0.53 | 132.8 | 0.45 | 0.32 |
| Hex | 2D | 78 | 3D | 3F | 0 | 31 | 35 | 85 | 2D | 20 |
| Octal | 55 | 170 | 75 | 77 | 0 | 61 | 65 | 205 | 55 | 40 |
| Binary | 101101 | 1111000 | 111101 | 111111 | 0 | 110001 | 110101 | 10000101 | 101101 | 100000 |
Color Harmonies of #2D783D
Complementary color
Monochromatic Colors of #2D783D
Black with #2D783D
Text Example
Text Example
White with #2D783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D783D; }
p { color: rgb(45,120,61); }
H1.HeaderClassName
{
color: #2D783D;
}
.AnyTagClassName
{
color: #2D783D;
}
</style>
background-color css
<style>
a { background-color: #2D783D; }
a { background-color: rgb(45,120,61); }
div.DivClassName
{
background-color: #2D783D;
}
.BgClassName
{
background-color: #2D783D;
}
</style>
border-color css
<style>
span { border-color: #2D783D; }
span { border-color: rgb(45,120,61); }
td.TdClassName
{
border-color: #2D783D;
}
.TagClassName
{
border-color: #2D783D;
}
</style>