Shades of Japanese Laurel #307B3D
Tints of Japanese Laurel #307B3D
RGB
CMYK
RGB Variations
Color information
#307B3D (or 0x307B3D) is known color: Japanese Laurel. HEX triplet: 30, 7B and 3D. RGB value is (48,123,61). Sum of RGB (Red+Green+Blue) = 48+123+61=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #307B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307B3D is #CF84C2. Grayscale: #5D5D5D. Windows color (decimal): -13599939 or 4029232. OLE color: 4029232.
HSL color Cylindrical-coordinate representation of color #307B3D: hue angle of 130.4º 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 #307B3D is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 123 | 61 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.52 |
| HSL | 130.4º | 0.44% | 0.34% | - |
| HSV(B) | 130.4º | 0.61% | 0.48% | - |
| XYZ | 9.14 | 15.13 | 6.85 | - |
| YUV | 93.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 61 | 0.61 | 0 | 0.50 | 0.52 | 130.4 | 0.44 | 0.34 |
| Hex | 30 | 7B | 3D | 3D | 0 | 32 | 34 | 82 | 2C | 22 |
| Octal | 60 | 173 | 75 | 75 | 0 | 62 | 64 | 202 | 54 | 42 |
| Binary | 110000 | 1111011 | 111101 | 111101 | 0 | 110010 | 110100 | 10000010 | 101100 | 100010 |
Color Harmonies of #307B3D
Complementary color
Monochromatic Colors of #307B3D
Black with #307B3D
Text Example
Text Example
White with #307B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307B3D; }
p { color: rgb(48,123,61); }
H1.HeaderClassName
{
color: #307B3D;
}
.AnyTagClassName
{
color: #307B3D;
}
</style>
background-color css
<style>
a { background-color: #307B3D; }
a { background-color: rgb(48,123,61); }
div.DivClassName
{
background-color: #307B3D;
}
.BgClassName
{
background-color: #307B3D;
}
</style>
border-color css
<style>
span { border-color: #307B3D; }
span { border-color: rgb(48,123,61); }
td.TdClassName
{
border-color: #307B3D;
}
.TagClassName
{
border-color: #307B3D;
}
</style>