Shades of Japanese Laurel #30733A
Tints of Japanese Laurel #30733A
RGB
CMYK
RGB Variations
Color information
#30733A (or 0x30733A) is known color: Japanese Laurel. HEX triplet: 30, 73 and 3A. RGB value is (48,115,58). Sum of RGB (Red+Green+Blue) = 48+115+58=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #30733A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30733A is #CF8CC5. Grayscale: #585858. Windows color (decimal): -13601990 or 3830576. OLE color: 3830576.
HSL color Cylindrical-coordinate representation of color #30733A: hue angle of 128.96º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30733A is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 58 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.55 |
| HSL | 128.96º | 0.41% | 0.32% | - |
| HSV(B) | 128.96º | 0.58% | 0.45% | - |
| XYZ | 8.11 | 13.2 | 6.12 | - |
| YUV | 88.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 58 | 0.58 | 0 | 0.50 | 0.55 | 128.96 | 0.41 | 0.32 |
| Hex | 30 | 73 | 3A | 3A | 0 | 32 | 37 | 81 | 29 | 20 |
| Octal | 60 | 163 | 72 | 72 | 0 | 62 | 67 | 201 | 51 | 40 |
| Binary | 110000 | 1110011 | 111010 | 111010 | 0 | 110010 | 110111 | 10000001 | 101001 | 100000 |
Color Harmonies of #30733A
Complementary color
Monochromatic Colors of #30733A
Black with #30733A
Text Example
Text Example
White with #30733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30733A; }
p { color: rgb(48,115,58); }
H1.HeaderClassName
{
color: #30733A;
}
.AnyTagClassName
{
color: #30733A;
}
</style>
background-color css
<style>
a { background-color: #30733A; }
a { background-color: rgb(48,115,58); }
div.DivClassName
{
background-color: #30733A;
}
.BgClassName
{
background-color: #30733A;
}
</style>
border-color css
<style>
span { border-color: #30733A; }
span { border-color: rgb(48,115,58); }
td.TdClassName
{
border-color: #30733A;
}
.TagClassName
{
border-color: #30733A;
}
</style>