Shades of Japanese Laurel #308C35
Tints of Japanese Laurel #308C35
RGB
CMYK
RGB Variations
Color information
#308C35 (or 0x308C35) is known color: Japanese Laurel. HEX triplet: 30, 8C and 35. RGB value is (48,140,53). Sum of RGB (Red+Green+Blue) = 48+140+53=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #308C35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C35 is #CF73CA. Grayscale: #666666. Windows color (decimal): -13595595 or 3509296. OLE color: 3509296.
HSL color Cylindrical-coordinate representation of color #308C35: hue angle of 123.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C35 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 140 | 53 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.45 |
| HSL | 123.26º | 0.49% | 0.37% | - |
| HSV(B) | 123.26º | 0.66% | 0.55% | - |
| XYZ | 11.24 | 19.64 | 6.57 | - |
| YUV | 102.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 53 | 0.66 | 0 | 0.62 | 0.45 | 123.26 | 0.49 | 0.37 |
| Hex | 30 | 8C | 35 | 42 | 0 | 3E | 2D | 7B | 31 | 25 |
| Octal | 60 | 214 | 65 | 102 | 0 | 76 | 55 | 173 | 61 | 45 |
| Binary | 110000 | 10001100 | 110101 | 1000010 | 0 | 111110 | 101101 | 1111011 | 110001 | 100101 |
Color Harmonies of #308C35
Complementary color
Monochromatic Colors of #308C35
Black with #308C35
Text Example
Text Example
White with #308C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C35; }
p { color: rgb(48,140,53); }
H1.HeaderClassName
{
color: #308C35;
}
.AnyTagClassName
{
color: #308C35;
}
</style>
background-color css
<style>
a { background-color: #308C35; }
a { background-color: rgb(48,140,53); }
div.DivClassName
{
background-color: #308C35;
}
.BgClassName
{
background-color: #308C35;
}
</style>
border-color css
<style>
span { border-color: #308C35; }
span { border-color: rgb(48,140,53); }
td.TdClassName
{
border-color: #308C35;
}
.TagClassName
{
border-color: #308C35;
}
</style>