Shades of Japanese Laurel #307C28
Tints of Japanese Laurel #307C28
RGB
CMYK
RGB Variations
Color information
#307C28 (or 0x307C28) is known color: Japanese Laurel. HEX triplet: 30, 7C and 28. RGB value is (48,124,40). Sum of RGB (Red+Green+Blue) = 48+124+40=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #307C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C28 is #CF83D7. Grayscale: #5B5B5B. Windows color (decimal): -13599704 or 2653232. OLE color: 2653232.
HSL color Cylindrical-coordinate representation of color #307C28: hue angle of 114.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307C28 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 40 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.51 |
| HSL | 114.29º | 0.51% | 0.32% | - |
| HSV(B) | 114.29º | 0.68% | 0.49% | - |
| XYZ | 8.81 | 15.2 | 4.48 | - |
| YUV | 91.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 40 | 0.61 | 0 | 0.68 | 0.51 | 114.29 | 0.51 | 0.32 |
| Hex | 30 | 7C | 28 | 3D | 0 | 44 | 33 | 72 | 33 | 20 |
| Octal | 60 | 174 | 50 | 75 | 0 | 104 | 63 | 162 | 63 | 40 |
| Binary | 110000 | 1111100 | 101000 | 111101 | 0 | 1000100 | 110011 | 1110010 | 110011 | 100000 |
Color Harmonies of #307C28
Complementary color
Monochromatic Colors of #307C28
Black with #307C28
Text Example
Text Example
White with #307C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C28; }
p { color: rgb(48,124,40); }
H1.HeaderClassName
{
color: #307C28;
}
.AnyTagClassName
{
color: #307C28;
}
</style>
background-color css
<style>
a { background-color: #307C28; }
a { background-color: rgb(48,124,40); }
div.DivClassName
{
background-color: #307C28;
}
.BgClassName
{
background-color: #307C28;
}
</style>
border-color css
<style>
span { border-color: #307C28; }
span { border-color: rgb(48,124,40); }
td.TdClassName
{
border-color: #307C28;
}
.TagClassName
{
border-color: #307C28;
}
</style>