Shades of Japanese Laurel #307C33
Tints of Japanese Laurel #307C33
RGB
CMYK
RGB Variations
Color information
#307C33 (or 0x307C33) is known color: Japanese Laurel. HEX triplet: 30, 7C and 33. RGB value is (48,124,51). Sum of RGB (Red+Green+Blue) = 48+124+51=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #307C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C33 is #CF83CC. Grayscale: #5D5D5D. Windows color (decimal): -13599693 or 3374128. OLE color: 3374128.
HSL color Cylindrical-coordinate representation of color #307C33: hue angle of 122.37º 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 #307C33 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 51 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.51 |
| HSL | 122.37º | 0.44% | 0.34% | - |
| HSV(B) | 122.37º | 0.61% | 0.49% | - |
| XYZ | 9.02 | 15.28 | 5.61 | - |
| YUV | 92.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 51 | 0.61 | 0 | 0.59 | 0.51 | 122.37 | 0.44 | 0.34 |
| Hex | 30 | 7C | 33 | 3D | 0 | 3B | 33 | 7A | 2C | 22 |
| Octal | 60 | 174 | 63 | 75 | 0 | 73 | 63 | 172 | 54 | 42 |
| Binary | 110000 | 1111100 | 110011 | 111101 | 0 | 111011 | 110011 | 1111010 | 101100 | 100010 |
Color Harmonies of #307C33
Complementary color
Monochromatic Colors of #307C33
Black with #307C33
Text Example
Text Example
White with #307C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C33; }
p { color: rgb(48,124,51); }
H1.HeaderClassName
{
color: #307C33;
}
.AnyTagClassName
{
color: #307C33;
}
</style>
background-color css
<style>
a { background-color: #307C33; }
a { background-color: rgb(48,124,51); }
div.DivClassName
{
background-color: #307C33;
}
.BgClassName
{
background-color: #307C33;
}
</style>
border-color css
<style>
span { border-color: #307C33; }
span { border-color: rgb(48,124,51); }
td.TdClassName
{
border-color: #307C33;
}
.TagClassName
{
border-color: #307C33;
}
</style>