Shades of Japanese Laurel #307128
Tints of Japanese Laurel #307128
RGB
CMYK
RGB Variations
Color information
#307128 (or 0x307128) is known color: Japanese Laurel. HEX triplet: 30, 71 and 28. RGB value is (48,113,40). Sum of RGB (Red+Green+Blue) = 48+113+40=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #307128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307128 is #CF8ED7. Grayscale: #555555. Windows color (decimal): -13602520 or 2650416. OLE color: 2650416.
HSL color Cylindrical-coordinate representation of color #307128: hue angle of 113.42º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307128 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 113 | 40 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.56 |
| HSL | 113.42º | 0.48% | 0.3% | - |
| HSV(B) | 113.42º | 0.65% | 0.44% | - |
| XYZ | 7.51 | 12.59 | 4.04 | - |
| YUV | 85.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 40 | 0.58 | 0 | 0.65 | 0.56 | 113.42 | 0.48 | 0.3 |
| Hex | 30 | 71 | 28 | 3A | 0 | 41 | 38 | 71 | 30 | 1E |
| Octal | 60 | 161 | 50 | 72 | 0 | 101 | 70 | 161 | 60 | 36 |
| Binary | 110000 | 1110001 | 101000 | 111010 | 0 | 1000001 | 111000 | 1110001 | 110000 | 11110 |
Color Harmonies of #307128
Complementary color
Monochromatic Colors of #307128
Black with #307128
Text Example
Text Example
White with #307128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307128; }
p { color: rgb(48,113,40); }
H1.HeaderClassName
{
color: #307128;
}
.AnyTagClassName
{
color: #307128;
}
</style>
background-color css
<style>
a { background-color: #307128; }
a { background-color: rgb(48,113,40); }
div.DivClassName
{
background-color: #307128;
}
.BgClassName
{
background-color: #307128;
}
</style>
border-color css
<style>
span { border-color: #307128; }
span { border-color: rgb(48,113,40); }
td.TdClassName
{
border-color: #307128;
}
.TagClassName
{
border-color: #307128;
}
</style>