Shades of Japanese Laurel #30863E
Tints of Japanese Laurel #30863E
RGB
CMYK
RGB Variations
Color information
#30863E (or 0x30863E) is known color: Japanese Laurel. HEX triplet: 30, 86 and 3E. RGB value is (48,134,62). Sum of RGB (Red+Green+Blue) = 48+134+62=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #30863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30863E is #CF79C1. Grayscale: #646464. Windows color (decimal): -13597122 or 4097584. OLE color: 4097584.
HSL color Cylindrical-coordinate representation of color #30863E: hue angle of 129.77º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30863E is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 62 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.47 |
| HSL | 129.77º | 0.47% | 0.36% | - |
| HSV(B) | 129.77º | 0.64% | 0.53% | - |
| XYZ | 10.61 | 18.03 | 7.48 | - |
| YUV | 100.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 62 | 0.64 | 0 | 0.54 | 0.47 | 129.77 | 0.47 | 0.36 |
| Hex | 30 | 86 | 3E | 40 | 0 | 36 | 2F | 82 | 2F | 24 |
| Octal | 60 | 206 | 76 | 100 | 0 | 66 | 57 | 202 | 57 | 44 |
| Binary | 110000 | 10000110 | 111110 | 1000000 | 0 | 110110 | 101111 | 10000010 | 101111 | 100100 |
Color Harmonies of #30863E
Complementary color
Monochromatic Colors of #30863E
Black with #30863E
Text Example
Text Example
White with #30863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30863E; }
p { color: rgb(48,134,62); }
H1.HeaderClassName
{
color: #30863E;
}
.AnyTagClassName
{
color: #30863E;
}
</style>
background-color css
<style>
a { background-color: #30863E; }
a { background-color: rgb(48,134,62); }
div.DivClassName
{
background-color: #30863E;
}
.BgClassName
{
background-color: #30863E;
}
</style>
border-color css
<style>
span { border-color: #30863E; }
span { border-color: rgb(48,134,62); }
td.TdClassName
{
border-color: #30863E;
}
.TagClassName
{
border-color: #30863E;
}
</style>