Shades of Japanese Laurel #308633
Tints of Japanese Laurel #308633
RGB
CMYK
RGB Variations
Color information
#308633 (or 0x308633) is known color: Japanese Laurel. HEX triplet: 30, 86 and 33. RGB value is (48,134,51). Sum of RGB (Red+Green+Blue) = 48+134+51=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #308633 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308633 is #CF79CC. Grayscale: #636363. Windows color (decimal): -13597133 or 3376688. OLE color: 3376688.
HSL color Cylindrical-coordinate representation of color #308633: hue angle of 122.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308633 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 134 | 51 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.47 |
| HSL | 122.09º | 0.47% | 0.36% | - |
| HSV(B) | 122.09º | 0.64% | 0.53% | - |
| XYZ | 10.34 | 17.92 | 6.05 | - |
| YUV | 98.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 51 | 0.64 | 0 | 0.62 | 0.47 | 122.09 | 0.47 | 0.36 |
| Hex | 30 | 86 | 33 | 40 | 0 | 3E | 2F | 7A | 2F | 24 |
| Octal | 60 | 206 | 63 | 100 | 0 | 76 | 57 | 172 | 57 | 44 |
| Binary | 110000 | 10000110 | 110011 | 1000000 | 0 | 111110 | 101111 | 1111010 | 101111 | 100100 |
Color Harmonies of #308633
Complementary color
Monochromatic Colors of #308633
Black with #308633
Text Example
Text Example
White with #308633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308633; }
p { color: rgb(48,134,51); }
H1.HeaderClassName
{
color: #308633;
}
.AnyTagClassName
{
color: #308633;
}
</style>
background-color css
<style>
a { background-color: #308633; }
a { background-color: rgb(48,134,51); }
div.DivClassName
{
background-color: #308633;
}
.BgClassName
{
background-color: #308633;
}
</style>
border-color css
<style>
span { border-color: #308633; }
span { border-color: rgb(48,134,51); }
td.TdClassName
{
border-color: #308633;
}
.TagClassName
{
border-color: #308633;
}
</style>