Shades of Japanese Laurel #307F3A
Tints of Japanese Laurel #307F3A
RGB
CMYK
RGB Variations
Color information
#307F3A (or 0x307F3A) is known color: Japanese Laurel. HEX triplet: 30, 7F and 3A. RGB value is (48,127,58). Sum of RGB (Red+Green+Blue) = 48+127+58=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #307F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F3A is #CF80C5. Grayscale: #5F5F5F. Windows color (decimal): -13598918 or 3833648. OLE color: 3833648.
HSL color Cylindrical-coordinate representation of color #307F3A: hue angle of 127.59º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F3A is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 58 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.50 |
| HSL | 127.59º | 0.45% | 0.34% | - |
| HSV(B) | 127.59º | 0.62% | 0.5% | - |
| XYZ | 9.57 | 16.11 | 6.61 | - |
| YUV | 95.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 58 | 0.62 | 0 | 0.54 | 0.50 | 127.59 | 0.45 | 0.34 |
| Hex | 30 | 7F | 3A | 3E | 0 | 36 | 32 | 80 | 2D | 22 |
| Octal | 60 | 177 | 72 | 76 | 0 | 66 | 62 | 200 | 55 | 42 |
| Binary | 110000 | 1111111 | 111010 | 111110 | 0 | 110110 | 110010 | 10000000 | 101101 | 100010 |
Color Harmonies of #307F3A
Complementary color
Monochromatic Colors of #307F3A
Black with #307F3A
Text Example
Text Example
White with #307F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F3A; }
p { color: rgb(48,127,58); }
H1.HeaderClassName
{
color: #307F3A;
}
.AnyTagClassName
{
color: #307F3A;
}
</style>
background-color css
<style>
a { background-color: #307F3A; }
a { background-color: rgb(48,127,58); }
div.DivClassName
{
background-color: #307F3A;
}
.BgClassName
{
background-color: #307F3A;
}
</style>
border-color css
<style>
span { border-color: #307F3A; }
span { border-color: rgb(48,127,58); }
td.TdClassName
{
border-color: #307F3A;
}
.TagClassName
{
border-color: #307F3A;
}
</style>