Shades of Japanese Laurel #2D773D
Tints of Japanese Laurel #2D773D
RGB
CMYK
RGB Variations
Color information
#2D773D (or 0x2D773D) is known color: Japanese Laurel. HEX triplet: 2D, 77 and 3D. RGB value is (45,119,61). Sum of RGB (Red+Green+Blue) = 45+119+61=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #2D773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D773D is #D288C2. Grayscale: #5A5A5A. Windows color (decimal): -13797571 or 4028205. OLE color: 4028205.
HSL color Cylindrical-coordinate representation of color #2D773D: hue angle of 132.97º 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 #2D773D is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 61 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.53 |
| HSL | 132.97º | 0.45% | 0.32% | - |
| HSV(B) | 132.97º | 0.62% | 0.47% | - |
| XYZ | 8.52 | 14.09 | 6.69 | - |
| YUV | 90.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 61 | 0.62 | 0 | 0.49 | 0.53 | 132.97 | 0.45 | 0.32 |
| Hex | 2D | 77 | 3D | 3E | 0 | 31 | 35 | 85 | 2D | 20 |
| Octal | 55 | 167 | 75 | 76 | 0 | 61 | 65 | 205 | 55 | 40 |
| Binary | 101101 | 1110111 | 111101 | 111110 | 0 | 110001 | 110101 | 10000101 | 101101 | 100000 |
Color Harmonies of #2D773D
Complementary color
Monochromatic Colors of #2D773D
Black with #2D773D
Text Example
Text Example
White with #2D773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D773D; }
p { color: rgb(45,119,61); }
H1.HeaderClassName
{
color: #2D773D;
}
.AnyTagClassName
{
color: #2D773D;
}
</style>
background-color css
<style>
a { background-color: #2D773D; }
a { background-color: rgb(45,119,61); }
div.DivClassName
{
background-color: #2D773D;
}
.BgClassName
{
background-color: #2D773D;
}
</style>
border-color css
<style>
span { border-color: #2D773D; }
span { border-color: rgb(45,119,61); }
td.TdClassName
{
border-color: #2D773D;
}
.TagClassName
{
border-color: #2D773D;
}
</style>