Shades of Japanese Laurel #30782E
Tints of Japanese Laurel #30782E
RGB
CMYK
RGB Variations
Color information
#30782E (or 0x30782E) is known color: Japanese Laurel. HEX triplet: 30, 78 and 2E. RGB value is (48,120,46). Sum of RGB (Red+Green+Blue) = 48+120+46=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #30782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30782E is #CF87D1. Grayscale: #5A5A5A. Windows color (decimal): -13600722 or 3045424. OLE color: 3045424.
HSL color Cylindrical-coordinate representation of color #30782E: hue angle of 118.38º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30782E is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 120 | 46 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.53 |
| HSL | 118.38º | 0.45% | 0.33% | - |
| HSV(B) | 118.38º | 0.62% | 0.47% | - |
| XYZ | 8.43 | 14.26 | 4.89 | - |
| YUV | 90.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 46 | 0.60 | 0 | 0.62 | 0.53 | 118.38 | 0.45 | 0.33 |
| Hex | 30 | 78 | 2E | 3C | 0 | 3E | 35 | 76 | 2D | 21 |
| Octal | 60 | 170 | 56 | 74 | 0 | 76 | 65 | 166 | 55 | 41 |
| Binary | 110000 | 1111000 | 101110 | 111100 | 0 | 111110 | 110101 | 1110110 | 101101 | 100001 |
Color Harmonies of #30782E
Complementary color
Monochromatic Colors of #30782E
Black with #30782E
Text Example
Text Example
White with #30782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30782E; }
p { color: rgb(48,120,46); }
H1.HeaderClassName
{
color: #30782E;
}
.AnyTagClassName
{
color: #30782E;
}
</style>
background-color css
<style>
a { background-color: #30782E; }
a { background-color: rgb(48,120,46); }
div.DivClassName
{
background-color: #30782E;
}
.BgClassName
{
background-color: #30782E;
}
</style>
border-color css
<style>
span { border-color: #30782E; }
span { border-color: rgb(48,120,46); }
td.TdClassName
{
border-color: #30782E;
}
.TagClassName
{
border-color: #30782E;
}
</style>