Shades of Japanese Laurel #308435
Tints of Japanese Laurel #308435
RGB
CMYK
RGB Variations
Color information
#308435 (or 0x308435) is known color: Japanese Laurel. HEX triplet: 30, 84 and 35. RGB value is (48,132,53). Sum of RGB (Red+Green+Blue) = 48+132+53=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #308435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308435 is #CF7BCA. Grayscale: #626262. Windows color (decimal): -13597643 or 3507248. OLE color: 3507248.
HSL color Cylindrical-coordinate representation of color #308435: hue angle of 123.57º 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 #308435 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 132 | 53 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.48 |
| HSL | 123.57º | 0.47% | 0.35% | - |
| HSV(B) | 123.57º | 0.64% | 0.52% | - |
| XYZ | 10.11 | 17.39 | 6.19 | - |
| YUV | 97.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 53 | 0.64 | 0 | 0.60 | 0.48 | 123.57 | 0.47 | 0.35 |
| Hex | 30 | 84 | 35 | 40 | 0 | 3C | 30 | 7C | 2F | 23 |
| Octal | 60 | 204 | 65 | 100 | 0 | 74 | 60 | 174 | 57 | 43 |
| Binary | 110000 | 10000100 | 110101 | 1000000 | 0 | 111100 | 110000 | 1111100 | 101111 | 100011 |
Color Harmonies of #308435
Complementary color
Monochromatic Colors of #308435
Black with #308435
Text Example
Text Example
White with #308435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308435; }
p { color: rgb(48,132,53); }
H1.HeaderClassName
{
color: #308435;
}
.AnyTagClassName
{
color: #308435;
}
</style>
background-color css
<style>
a { background-color: #308435; }
a { background-color: rgb(48,132,53); }
div.DivClassName
{
background-color: #308435;
}
.BgClassName
{
background-color: #308435;
}
</style>
border-color css
<style>
span { border-color: #308435; }
span { border-color: rgb(48,132,53); }
td.TdClassName
{
border-color: #308435;
}
.TagClassName
{
border-color: #308435;
}
</style>