Shades of Japanese Laurel #30893F
Tints of Japanese Laurel #30893F
RGB
CMYK
RGB Variations
Color information
#30893F (or 0x30893F) is known color: Japanese Laurel. HEX triplet: 30, 89 and 3F. RGB value is (48,137,63). Sum of RGB (Red+Green+Blue) = 48+137+63=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #30893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30893F is #CF76C0. Grayscale: #666666. Windows color (decimal): -13596353 or 4163888. OLE color: 4163888.
HSL color Cylindrical-coordinate representation of color #30893F: hue angle of 130.11º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30893F is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 63 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.46 |
| HSL | 130.11º | 0.48% | 0.36% | - |
| HSV(B) | 130.11º | 0.65% | 0.54% | - |
| XYZ | 11.06 | 18.88 | 7.76 | - |
| YUV | 101.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 63 | 0.65 | 0 | 0.54 | 0.46 | 130.11 | 0.48 | 0.36 |
| Hex | 30 | 89 | 3F | 41 | 0 | 36 | 2E | 82 | 30 | 24 |
| Octal | 60 | 211 | 77 | 101 | 0 | 66 | 56 | 202 | 60 | 44 |
| Binary | 110000 | 10001001 | 111111 | 1000001 | 0 | 110110 | 101110 | 10000010 | 110000 | 100100 |
Color Harmonies of #30893F
Complementary color
Monochromatic Colors of #30893F
Black with #30893F
Text Example
Text Example
White with #30893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30893F; }
p { color: rgb(48,137,63); }
H1.HeaderClassName
{
color: #30893F;
}
.AnyTagClassName
{
color: #30893F;
}
</style>
background-color css
<style>
a { background-color: #30893F; }
a { background-color: rgb(48,137,63); }
div.DivClassName
{
background-color: #30893F;
}
.BgClassName
{
background-color: #30893F;
}
</style>
border-color css
<style>
span { border-color: #30893F; }
span { border-color: rgb(48,137,63); }
td.TdClassName
{
border-color: #30893F;
}
.TagClassName
{
border-color: #30893F;
}
</style>