Shades of Japanese Laurel #30893C
Tints of Japanese Laurel #30893C
RGB
CMYK
RGB Variations
Color information
#30893C (or 0x30893C) is known color: Japanese Laurel. HEX triplet: 30, 89 and 3C. RGB value is (48,137,60). Sum of RGB (Red+Green+Blue) = 48+137+60=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #30893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30893C is #CF76C3. Grayscale: #656565. Windows color (decimal): -13596356 or 3967280. OLE color: 3967280.
HSL color Cylindrical-coordinate representation of color #30893C: hue angle of 128.09º 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 #30893C is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 60 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.46 |
| HSL | 128.09º | 0.48% | 0.36% | - |
| HSV(B) | 128.09º | 0.65% | 0.54% | - |
| XYZ | 10.98 | 18.85 | 7.33 | - |
| YUV | 101.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 60 | 0.65 | 0 | 0.56 | 0.46 | 128.09 | 0.48 | 0.36 |
| Hex | 30 | 89 | 3C | 41 | 0 | 38 | 2E | 80 | 30 | 24 |
| Octal | 60 | 211 | 74 | 101 | 0 | 70 | 56 | 200 | 60 | 44 |
| Binary | 110000 | 10001001 | 111100 | 1000001 | 0 | 111000 | 101110 | 10000000 | 110000 | 100100 |
Color Harmonies of #30893C
Complementary color
Monochromatic Colors of #30893C
Black with #30893C
Text Example
Text Example
White with #30893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30893C; }
p { color: rgb(48,137,60); }
H1.HeaderClassName
{
color: #30893C;
}
.AnyTagClassName
{
color: #30893C;
}
</style>
background-color css
<style>
a { background-color: #30893C; }
a { background-color: rgb(48,137,60); }
div.DivClassName
{
background-color: #30893C;
}
.BgClassName
{
background-color: #30893C;
}
</style>
border-color css
<style>
span { border-color: #30893C; }
span { border-color: rgb(48,137,60); }
td.TdClassName
{
border-color: #30893C;
}
.TagClassName
{
border-color: #30893C;
}
</style>