Shades of Japanese Laurel #30883A
Tints of Japanese Laurel #30883A
RGB
CMYK
RGB Variations
Color information
#30883A (or 0x30883A) is known color: Japanese Laurel. HEX triplet: 30, 88 and 3A. RGB value is (48,136,58). Sum of RGB (Red+Green+Blue) = 48+136+58=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #30883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30883A is #CF77C5. Grayscale: #656565. Windows color (decimal): -13596614 or 3835952. OLE color: 3835952.
HSL color Cylindrical-coordinate representation of color #30883A: hue angle of 126.82º 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 #30883A is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 136 | 58 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.47 |
| HSL | 126.82º | 0.48% | 0.36% | - |
| HSV(B) | 126.82º | 0.65% | 0.53% | - |
| XYZ | 10.79 | 18.54 | 7.01 | - |
| YUV | 100.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 58 | 0.65 | 0 | 0.57 | 0.47 | 126.82 | 0.48 | 0.36 |
| Hex | 30 | 88 | 3A | 41 | 0 | 39 | 2F | 7F | 30 | 24 |
| Octal | 60 | 210 | 72 | 101 | 0 | 71 | 57 | 177 | 60 | 44 |
| Binary | 110000 | 10001000 | 111010 | 1000001 | 0 | 111001 | 101111 | 1111111 | 110000 | 100100 |
Color Harmonies of #30883A
Complementary color
Monochromatic Colors of #30883A
Black with #30883A
Text Example
Text Example
White with #30883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30883A; }
p { color: rgb(48,136,58); }
H1.HeaderClassName
{
color: #30883A;
}
.AnyTagClassName
{
color: #30883A;
}
</style>
background-color css
<style>
a { background-color: #30883A; }
a { background-color: rgb(48,136,58); }
div.DivClassName
{
background-color: #30883A;
}
.BgClassName
{
background-color: #30883A;
}
</style>
border-color css
<style>
span { border-color: #30883A; }
span { border-color: rgb(48,136,58); }
td.TdClassName
{
border-color: #30883A;
}
.TagClassName
{
border-color: #30883A;
}
</style>