Shades of Japanese Laurel #307C27
Tints of Japanese Laurel #307C27
RGB
CMYK
RGB Variations
Color information
#307C27 (or 0x307C27) is known color: Japanese Laurel. HEX triplet: 30, 7C and 27. RGB value is (48,124,39). Sum of RGB (Red+Green+Blue) = 48+124+39=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #307C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C27 is #CF83D8. Grayscale: #5B5B5B. Windows color (decimal): -13599705 or 2587696. OLE color: 2587696.
HSL color Cylindrical-coordinate representation of color #307C27: hue angle of 113.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307C27 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 39 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.51 |
| HSL | 113.65º | 0.52% | 0.32% | - |
| HSV(B) | 113.65º | 0.69% | 0.49% | - |
| XYZ | 8.79 | 15.19 | 4.39 | - |
| YUV | 91.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 39 | 0.61 | 0 | 0.69 | 0.51 | 113.65 | 0.52 | 0.32 |
| Hex | 30 | 7C | 27 | 3D | 0 | 45 | 33 | 72 | 34 | 20 |
| Octal | 60 | 174 | 47 | 75 | 0 | 105 | 63 | 162 | 64 | 40 |
| Binary | 110000 | 1111100 | 100111 | 111101 | 0 | 1000101 | 110011 | 1110010 | 110100 | 100000 |
Color Harmonies of #307C27
Complementary color
Monochromatic Colors of #307C27
Black with #307C27
Text Example
Text Example
White with #307C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C27; }
p { color: rgb(48,124,39); }
H1.HeaderClassName
{
color: #307C27;
}
.AnyTagClassName
{
color: #307C27;
}
</style>
background-color css
<style>
a { background-color: #307C27; }
a { background-color: rgb(48,124,39); }
div.DivClassName
{
background-color: #307C27;
}
.BgClassName
{
background-color: #307C27;
}
</style>
border-color css
<style>
span { border-color: #307C27; }
span { border-color: rgb(48,124,39); }
td.TdClassName
{
border-color: #307C27;
}
.TagClassName
{
border-color: #307C27;
}
</style>