Shades of Japanese Laurel #30883C
Tints of Japanese Laurel #30883C
RGB
CMYK
RGB Variations
Color information
#30883C (or 0x30883C) is known color: Japanese Laurel. HEX triplet: 30, 88 and 3C. RGB value is (48,136,60). Sum of RGB (Red+Green+Blue) = 48+136+60=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #30883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30883C is #CF77C3. Grayscale: #656565. Windows color (decimal): -13596612 or 3967024. OLE color: 3967024.
HSL color Cylindrical-coordinate representation of color #30883C: hue angle of 128.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30883C is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 60 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.47 |
| HSL | 128.18º | 0.48% | 0.36% | - |
| HSV(B) | 128.18º | 0.65% | 0.53% | - |
| XYZ | 10.84 | 18.56 | 7.29 | - |
| YUV | 101.02 | 104.85 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 60 | 0.65 | 0 | 0.56 | 0.47 | 128.18 | 0.48 | 0.36 |
| Hex | 30 | 88 | 3C | 41 | 0 | 38 | 2F | 80 | 30 | 24 |
| Octal | 60 | 210 | 74 | 101 | 0 | 70 | 57 | 200 | 60 | 44 |
| Binary | 110000 | 10001000 | 111100 | 1000001 | 0 | 111000 | 101111 | 10000000 | 110000 | 100100 |
Color Harmonies of #30883C
Complementary color
Monochromatic Colors of #30883C
Black with #30883C
Text Example
Text Example
White with #30883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30883C; }
p { color: rgb(48,136,60); }
H1.HeaderClassName
{
color: #30883C;
}
.AnyTagClassName
{
color: #30883C;
}
</style>
background-color css
<style>
a { background-color: #30883C; }
a { background-color: rgb(48,136,60); }
div.DivClassName
{
background-color: #30883C;
}
.BgClassName
{
background-color: #30883C;
}
</style>
border-color css
<style>
span { border-color: #30883C; }
span { border-color: rgb(48,136,60); }
td.TdClassName
{
border-color: #30883C;
}
.TagClassName
{
border-color: #30883C;
}
</style>