Shades of Japanese Laurel #2D7930
Tints of Japanese Laurel #2D7930
RGB
CMYK
RGB Variations
Color information
#2D7930 (or 0x2D7930) is known color: Japanese Laurel. HEX triplet: 2D, 79 and 30. RGB value is (45,121,48). Sum of RGB (Red+Green+Blue) = 45+121+48=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7930 is #D286CF. Grayscale: #5A5A5A. Windows color (decimal): -13797072 or 3176749. OLE color: 3176749.
HSL color Cylindrical-coordinate representation of color #2D7930: hue angle of 122.37º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7930 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 121 | 48 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.53 |
| HSL | 122.37º | 0.46% | 0.33% | - |
| HSV(B) | 122.37º | 0.63% | 0.47% | - |
| XYZ | 8.45 | 14.45 | 5.14 | - |
| YUV | 89.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 48 | 0.63 | 0 | 0.60 | 0.53 | 122.37 | 0.46 | 0.33 |
| Hex | 2D | 79 | 30 | 3F | 0 | 3C | 35 | 7A | 2E | 21 |
| Octal | 55 | 171 | 60 | 77 | 0 | 74 | 65 | 172 | 56 | 41 |
| Binary | 101101 | 1111001 | 110000 | 111111 | 0 | 111100 | 110101 | 1111010 | 101110 | 100001 |
Color Harmonies of #2D7930
Complementary color
Monochromatic Colors of #2D7930
Black with #2D7930
Text Example
Text Example
White with #2D7930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7930; }
p { color: rgb(45,121,48); }
H1.HeaderClassName
{
color: #2D7930;
}
.AnyTagClassName
{
color: #2D7930;
}
</style>
background-color css
<style>
a { background-color: #2D7930; }
a { background-color: rgb(45,121,48); }
div.DivClassName
{
background-color: #2D7930;
}
.BgClassName
{
background-color: #2D7930;
}
</style>
border-color css
<style>
span { border-color: #2D7930; }
span { border-color: rgb(45,121,48); }
td.TdClassName
{
border-color: #2D7930;
}
.TagClassName
{
border-color: #2D7930;
}
</style>