Shades of Japanese Laurel #307C37
Tints of Japanese Laurel #307C37
RGB
CMYK
RGB Variations
Color information
#307C37 (or 0x307C37) is known color: Japanese Laurel. HEX triplet: 30, 7C and 37. RGB value is (48,124,55). Sum of RGB (Red+Green+Blue) = 48+124+55=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #307C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C37 is #CF83C8. Grayscale: #5D5D5D. Windows color (decimal): -13599689 or 3636272. OLE color: 3636272.
HSL color Cylindrical-coordinate representation of color #307C37: hue angle of 125.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C37 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 55 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.51 |
| HSL | 125.53º | 0.44% | 0.34% | - |
| HSV(B) | 125.53º | 0.61% | 0.49% | - |
| XYZ | 9.12 | 15.32 | 6.09 | - |
| YUV | 93.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 55 | 0.61 | 0 | 0.56 | 0.51 | 125.53 | 0.44 | 0.34 |
| Hex | 30 | 7C | 37 | 3D | 0 | 38 | 33 | 7E | 2C | 22 |
| Octal | 60 | 174 | 67 | 75 | 0 | 70 | 63 | 176 | 54 | 42 |
| Binary | 110000 | 1111100 | 110111 | 111101 | 0 | 111000 | 110011 | 1111110 | 101100 | 100010 |
Color Harmonies of #307C37
Complementary color
Monochromatic Colors of #307C37
Black with #307C37
Text Example
Text Example
White with #307C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C37; }
p { color: rgb(48,124,55); }
H1.HeaderClassName
{
color: #307C37;
}
.AnyTagClassName
{
color: #307C37;
}
</style>
background-color css
<style>
a { background-color: #307C37; }
a { background-color: rgb(48,124,55); }
div.DivClassName
{
background-color: #307C37;
}
.BgClassName
{
background-color: #307C37;
}
</style>
border-color css
<style>
span { border-color: #307C37; }
span { border-color: rgb(48,124,55); }
td.TdClassName
{
border-color: #307C37;
}
.TagClassName
{
border-color: #307C37;
}
</style>