Shades of Japanese Laurel #308D37
Tints of Japanese Laurel #308D37
RGB
CMYK
RGB Variations
Color information
#308D37 (or 0x308D37) is known color: Japanese Laurel. HEX triplet: 30, 8D and 37. RGB value is (48,141,55). Sum of RGB (Red+Green+Blue) = 48+141+55=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #308D37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D37 is #CF72C8. Grayscale: #676767. Windows color (decimal): -13595337 or 3640624. OLE color: 3640624.
HSL color Cylindrical-coordinate representation of color #308D37: hue angle of 124.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D37 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 141 | 55 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.45 |
| HSL | 124.52º | 0.49% | 0.37% | - |
| HSV(B) | 124.52º | 0.66% | 0.55% | - |
| XYZ | 11.43 | 19.95 | 6.86 | - |
| YUV | 103.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 55 | 0.66 | 0 | 0.61 | 0.45 | 124.52 | 0.49 | 0.37 |
| Hex | 30 | 8D | 37 | 42 | 0 | 3D | 2D | 7D | 31 | 25 |
| Octal | 60 | 215 | 67 | 102 | 0 | 75 | 55 | 175 | 61 | 45 |
| Binary | 110000 | 10001101 | 110111 | 1000010 | 0 | 111101 | 101101 | 1111101 | 110001 | 100101 |
Color Harmonies of #308D37
Complementary color
Monochromatic Colors of #308D37
Black with #308D37
Text Example
Text Example
White with #308D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308D37; }
p { color: rgb(48,141,55); }
H1.HeaderClassName
{
color: #308D37;
}
.AnyTagClassName
{
color: #308D37;
}
</style>
background-color css
<style>
a { background-color: #308D37; }
a { background-color: rgb(48,141,55); }
div.DivClassName
{
background-color: #308D37;
}
.BgClassName
{
background-color: #308D37;
}
</style>
border-color css
<style>
span { border-color: #308D37; }
span { border-color: rgb(48,141,55); }
td.TdClassName
{
border-color: #308D37;
}
.TagClassName
{
border-color: #308D37;
}
</style>