Shades of Japanese Laurel #30773E
Tints of Japanese Laurel #30773E
RGB
CMYK
RGB Variations
Color information
#30773E (or 0x30773E) is known color: Japanese Laurel. HEX triplet: 30, 77 and 3E. RGB value is (48,119,62). Sum of RGB (Red+Green+Blue) = 48+119+62=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #30773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30773E is #CF88C1. Grayscale: #5B5B5B. Windows color (decimal): -13600962 or 4093744. OLE color: 4093744.
HSL color Cylindrical-coordinate representation of color #30773E: hue angle of 131.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30773E is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 62 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.53 |
| HSL | 131.83º | 0.43% | 0.33% | - |
| HSV(B) | 131.83º | 0.6% | 0.47% | - |
| XYZ | 8.69 | 14.17 | 6.83 | - |
| YUV | 91.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 62 | 0.60 | 0 | 0.48 | 0.53 | 131.83 | 0.43 | 0.33 |
| Hex | 30 | 77 | 3E | 3C | 0 | 30 | 35 | 84 | 2B | 21 |
| Octal | 60 | 167 | 76 | 74 | 0 | 60 | 65 | 204 | 53 | 41 |
| Binary | 110000 | 1110111 | 111110 | 111100 | 0 | 110000 | 110101 | 10000100 | 101011 | 100001 |
Color Harmonies of #30773E
Complementary color
Monochromatic Colors of #30773E
Black with #30773E
Text Example
Text Example
White with #30773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30773E; }
p { color: rgb(48,119,62); }
H1.HeaderClassName
{
color: #30773E;
}
.AnyTagClassName
{
color: #30773E;
}
</style>
background-color css
<style>
a { background-color: #30773E; }
a { background-color: rgb(48,119,62); }
div.DivClassName
{
background-color: #30773E;
}
.BgClassName
{
background-color: #30773E;
}
</style>
border-color css
<style>
span { border-color: #30773E; }
span { border-color: rgb(48,119,62); }
td.TdClassName
{
border-color: #30773E;
}
.TagClassName
{
border-color: #30773E;
}
</style>