Shades of Japanese Laurel #308733
Tints of Japanese Laurel #308733
RGB
CMYK
RGB Variations
Color information
#308733 (or 0x308733) is known color: Japanese Laurel. HEX triplet: 30, 87 and 33. RGB value is (48,135,51). Sum of RGB (Red+Green+Blue) = 48+135+51=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #308733 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308733 is #CF78CC. Grayscale: #636363. Windows color (decimal): -13596877 or 3376944. OLE color: 3376944.
HSL color Cylindrical-coordinate representation of color #308733: hue angle of 122.07º degrees, saturation: 0.48, 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 #308733 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 135 | 51 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.47 |
| HSL | 122.07º | 0.48% | 0.36% | - |
| HSV(B) | 122.07º | 0.64% | 0.53% | - |
| XYZ | 10.48 | 18.2 | 6.09 | - |
| YUV | 99.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 51 | 0.64 | 0 | 0.62 | 0.47 | 122.07 | 0.48 | 0.36 |
| Hex | 30 | 87 | 33 | 40 | 0 | 3E | 2F | 7A | 30 | 24 |
| Octal | 60 | 207 | 63 | 100 | 0 | 76 | 57 | 172 | 60 | 44 |
| Binary | 110000 | 10000111 | 110011 | 1000000 | 0 | 111110 | 101111 | 1111010 | 110000 | 100100 |
Color Harmonies of #308733
Complementary color
Monochromatic Colors of #308733
Black with #308733
Text Example
Text Example
White with #308733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308733; }
p { color: rgb(48,135,51); }
H1.HeaderClassName
{
color: #308733;
}
.AnyTagClassName
{
color: #308733;
}
</style>
background-color css
<style>
a { background-color: #308733; }
a { background-color: rgb(48,135,51); }
div.DivClassName
{
background-color: #308733;
}
.BgClassName
{
background-color: #308733;
}
</style>
border-color css
<style>
span { border-color: #308733; }
span { border-color: rgb(48,135,51); }
td.TdClassName
{
border-color: #308733;
}
.TagClassName
{
border-color: #308733;
}
</style>