Shades of Japanese Laurel #308432
Tints of Japanese Laurel #308432
RGB
CMYK
RGB Variations
Color information
#308432 (or 0x308432) is known color: Japanese Laurel. HEX triplet: 30, 84 and 32. RGB value is (48,132,50). Sum of RGB (Red+Green+Blue) = 48+132+50=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #308432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308432 is #CF7BCD. Grayscale: #616161. Windows color (decimal): -13597646 or 3310640. OLE color: 3310640.
HSL color Cylindrical-coordinate representation of color #308432: hue angle of 121.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308432 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 132 | 50 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.48 |
| HSL | 121.43º | 0.47% | 0.35% | - |
| HSV(B) | 121.43º | 0.64% | 0.52% | - |
| XYZ | 10.05 | 17.36 | 5.84 | - |
| YUV | 97.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 50 | 0.64 | 0 | 0.62 | 0.48 | 121.43 | 0.47 | 0.35 |
| Hex | 30 | 84 | 32 | 40 | 0 | 3E | 30 | 79 | 2F | 23 |
| Octal | 60 | 204 | 62 | 100 | 0 | 76 | 60 | 171 | 57 | 43 |
| Binary | 110000 | 10000100 | 110010 | 1000000 | 0 | 111110 | 110000 | 1111001 | 101111 | 100011 |
Color Harmonies of #308432
Complementary color
Monochromatic Colors of #308432
Black with #308432
Text Example
Text Example
White with #308432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308432; }
p { color: rgb(48,132,50); }
H1.HeaderClassName
{
color: #308432;
}
.AnyTagClassName
{
color: #308432;
}
</style>
background-color css
<style>
a { background-color: #308432; }
a { background-color: rgb(48,132,50); }
div.DivClassName
{
background-color: #308432;
}
.BgClassName
{
background-color: #308432;
}
</style>
border-color css
<style>
span { border-color: #308432; }
span { border-color: rgb(48,132,50); }
td.TdClassName
{
border-color: #308432;
}
.TagClassName
{
border-color: #308432;
}
</style>