Shades of Japanese Laurel #307B31
Tints of Japanese Laurel #307B31
RGB
CMYK
RGB Variations
Color information
#307B31 (or 0x307B31) is known color: Japanese Laurel. HEX triplet: 30, 7B and 31. RGB value is (48,123,49). Sum of RGB (Red+Green+Blue) = 48+123+49=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #307B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B31 is #CF84CE. Grayscale: #5C5C5C. Windows color (decimal): -13599951 or 3242800. OLE color: 3242800.
HSL color Cylindrical-coordinate representation of color #307B31: hue angle of 120.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307B31 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 123 | 49 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.52 |
| HSL | 120.8º | 0.44% | 0.34% | - |
| HSV(B) | 120.8º | 0.61% | 0.48% | - |
| XYZ | 8.86 | 15.02 | 5.34 | - |
| YUV | 92.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 49 | 0.61 | 0 | 0.60 | 0.52 | 120.8 | 0.44 | 0.34 |
| Hex | 30 | 7B | 31 | 3D | 0 | 3C | 34 | 79 | 2C | 22 |
| Octal | 60 | 173 | 61 | 75 | 0 | 74 | 64 | 171 | 54 | 42 |
| Binary | 110000 | 1111011 | 110001 | 111101 | 0 | 111100 | 110100 | 1111001 | 101100 | 100010 |
Color Harmonies of #307B31
Complementary color
Monochromatic Colors of #307B31
Black with #307B31
Text Example
Text Example
White with #307B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307B31; }
p { color: rgb(48,123,49); }
H1.HeaderClassName
{
color: #307B31;
}
.AnyTagClassName
{
color: #307B31;
}
</style>
background-color css
<style>
a { background-color: #307B31; }
a { background-color: rgb(48,123,49); }
div.DivClassName
{
background-color: #307B31;
}
.BgClassName
{
background-color: #307B31;
}
</style>
border-color css
<style>
span { border-color: #307B31; }
span { border-color: rgb(48,123,49); }
td.TdClassName
{
border-color: #307B31;
}
.TagClassName
{
border-color: #307B31;
}
</style>