Shades of Japanese Laurel #30883D
Tints of Japanese Laurel #30883D
RGB
CMYK
RGB Variations
Color information
#30883D (or 0x30883D) is known color: Japanese Laurel. HEX triplet: 30, 88 and 3D. RGB value is (48,136,61). Sum of RGB (Red+Green+Blue) = 48+136+61=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #30883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30883D is #CF77C2. Grayscale: #656565. Windows color (decimal): -13596611 or 4032560. OLE color: 4032560.
HSL color Cylindrical-coordinate representation of color #30883D: hue angle of 128.86º 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 #30883D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 61 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.47 |
| HSL | 128.86º | 0.48% | 0.36% | - |
| HSV(B) | 128.86º | 0.65% | 0.53% | - |
| XYZ | 10.87 | 18.57 | 7.43 | - |
| YUV | 101.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 61 | 0.65 | 0 | 0.55 | 0.47 | 128.86 | 0.48 | 0.36 |
| Hex | 30 | 88 | 3D | 41 | 0 | 37 | 2F | 81 | 30 | 24 |
| Octal | 60 | 210 | 75 | 101 | 0 | 67 | 57 | 201 | 60 | 44 |
| Binary | 110000 | 10001000 | 111101 | 1000001 | 0 | 110111 | 101111 | 10000001 | 110000 | 100100 |
Color Harmonies of #30883D
Complementary color
Monochromatic Colors of #30883D
Black with #30883D
Text Example
Text Example
White with #30883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30883D; }
p { color: rgb(48,136,61); }
H1.HeaderClassName
{
color: #30883D;
}
.AnyTagClassName
{
color: #30883D;
}
</style>
background-color css
<style>
a { background-color: #30883D; }
a { background-color: rgb(48,136,61); }
div.DivClassName
{
background-color: #30883D;
}
.BgClassName
{
background-color: #30883D;
}
</style>
border-color css
<style>
span { border-color: #30883D; }
span { border-color: rgb(48,136,61); }
td.TdClassName
{
border-color: #30883D;
}
.TagClassName
{
border-color: #30883D;
}
</style>