Shades of Japanese Laurel #30883B
Tints of Japanese Laurel #30883B
RGB
CMYK
RGB Variations
Color information
#30883B (or 0x30883B) is known color: Japanese Laurel. HEX triplet: 30, 88 and 3B. RGB value is (48,136,59). Sum of RGB (Red+Green+Blue) = 48+136+59=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #30883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30883B is #CF77C4. Grayscale: #656565. Windows color (decimal): -13596613 or 3901488. OLE color: 3901488.
HSL color Cylindrical-coordinate representation of color #30883B: hue angle of 127.5º 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 #30883B is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 59 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.47 |
| HSL | 127.5º | 0.48% | 0.36% | - |
| HSV(B) | 127.5º | 0.65% | 0.53% | - |
| XYZ | 10.81 | 18.55 | 7.15 | - |
| YUV | 100.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 59 | 0.65 | 0 | 0.57 | 0.47 | 127.5 | 0.48 | 0.36 |
| Hex | 30 | 88 | 3B | 41 | 0 | 39 | 2F | 80 | 30 | 24 |
| Octal | 60 | 210 | 73 | 101 | 0 | 71 | 57 | 200 | 60 | 44 |
| Binary | 110000 | 10001000 | 111011 | 1000001 | 0 | 111001 | 101111 | 10000000 | 110000 | 100100 |
Color Harmonies of #30883B
Complementary color
Monochromatic Colors of #30883B
Black with #30883B
Text Example
Text Example
White with #30883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30883B; }
p { color: rgb(48,136,59); }
H1.HeaderClassName
{
color: #30883B;
}
.AnyTagClassName
{
color: #30883B;
}
</style>
background-color css
<style>
a { background-color: #30883B; }
a { background-color: rgb(48,136,59); }
div.DivClassName
{
background-color: #30883B;
}
.BgClassName
{
background-color: #30883B;
}
</style>
border-color css
<style>
span { border-color: #30883B; }
span { border-color: rgb(48,136,59); }
td.TdClassName
{
border-color: #30883B;
}
.TagClassName
{
border-color: #30883B;
}
</style>