Shades of Japanese Laurel #2D7A31
Tints of Japanese Laurel #2D7A31
RGB
CMYK
RGB Variations
Color information
#2D7A31 (or 0x2D7A31) is known color: Japanese Laurel. HEX triplet: 2D, 7A and 31. RGB value is (45,122,49). Sum of RGB (Red+Green+Blue) = 45+122+49=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7A31 is #D285CE. Grayscale: #5A5A5A. Windows color (decimal): -13796815 or 3242541. OLE color: 3242541.
HSL color Cylindrical-coordinate representation of color #2D7A31: hue angle of 123.12º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7A31 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 122 | 49 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.52 |
| HSL | 123.12º | 0.46% | 0.33% | - |
| HSV(B) | 123.12º | 0.63% | 0.48% | - |
| XYZ | 8.6 | 14.7 | 5.29 | - |
| YUV | 90.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 49 | 0.63 | 0 | 0.60 | 0.52 | 123.12 | 0.46 | 0.33 |
| Hex | 2D | 7A | 31 | 3F | 0 | 3C | 34 | 7B | 2E | 21 |
| Octal | 55 | 172 | 61 | 77 | 0 | 74 | 64 | 173 | 56 | 41 |
| Binary | 101101 | 1111010 | 110001 | 111111 | 0 | 111100 | 110100 | 1111011 | 101110 | 100001 |
Color Harmonies of #2D7A31
Complementary color
Monochromatic Colors of #2D7A31
Black with #2D7A31
Text Example
Text Example
White with #2D7A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7A31; }
p { color: rgb(45,122,49); }
H1.HeaderClassName
{
color: #2D7A31;
}
.AnyTagClassName
{
color: #2D7A31;
}
</style>
background-color css
<style>
a { background-color: #2D7A31; }
a { background-color: rgb(45,122,49); }
div.DivClassName
{
background-color: #2D7A31;
}
.BgClassName
{
background-color: #2D7A31;
}
</style>
border-color css
<style>
span { border-color: #2D7A31; }
span { border-color: rgb(45,122,49); }
td.TdClassName
{
border-color: #2D7A31;
}
.TagClassName
{
border-color: #2D7A31;
}
</style>