Shades of Japanese Laurel #30893D
Tints of Japanese Laurel #30893D
RGB
CMYK
RGB Variations
Color information
#30893D (or 0x30893D) is known color: Japanese Laurel. HEX triplet: 30, 89 and 3D. RGB value is (48,137,61). Sum of RGB (Red+Green+Blue) = 48+137+61=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #30893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30893D is #CF76C2. Grayscale: #656565. Windows color (decimal): -13596355 or 4032816. OLE color: 4032816.
HSL color Cylindrical-coordinate representation of color #30893D: hue angle of 128.76º 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 #30893D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 137 | 61 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.46 |
| HSL | 128.76º | 0.48% | 0.36% | - |
| HSV(B) | 128.76º | 0.65% | 0.54% | - |
| XYZ | 11.01 | 18.86 | 7.47 | - |
| YUV | 101.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 61 | 0.65 | 0 | 0.55 | 0.46 | 128.76 | 0.48 | 0.36 |
| Hex | 30 | 89 | 3D | 41 | 0 | 37 | 2E | 81 | 30 | 24 |
| Octal | 60 | 211 | 75 | 101 | 0 | 67 | 56 | 201 | 60 | 44 |
| Binary | 110000 | 10001001 | 111101 | 1000001 | 0 | 110111 | 101110 | 10000001 | 110000 | 100100 |
Color Harmonies of #30893D
Complementary color
Monochromatic Colors of #30893D
Black with #30893D
Text Example
Text Example
White with #30893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30893D; }
p { color: rgb(48,137,61); }
H1.HeaderClassName
{
color: #30893D;
}
.AnyTagClassName
{
color: #30893D;
}
</style>
background-color css
<style>
a { background-color: #30893D; }
a { background-color: rgb(48,137,61); }
div.DivClassName
{
background-color: #30893D;
}
.BgClassName
{
background-color: #30893D;
}
</style>
border-color css
<style>
span { border-color: #30893D; }
span { border-color: rgb(48,137,61); }
td.TdClassName
{
border-color: #30893D;
}
.TagClassName
{
border-color: #30893D;
}
</style>