Shades of Japanese Laurel #30913B
Tints of Japanese Laurel #30913B
RGB
CMYK
RGB Variations
Color information
#30913B (or 0x30913B) is known color: Japanese Laurel. HEX triplet: 30, 91 and 3B. RGB value is (48,145,59). Sum of RGB (Red+Green+Blue) = 48+145+59=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #30913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30913B is #CF6EC4. Grayscale: #6A6A6A. Windows color (decimal): -13594309 or 3903792. OLE color: 3903792.
HSL color Cylindrical-coordinate representation of color #30913B: hue angle of 126.8º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30913B is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 59 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.43 |
| HSL | 126.8º | 0.5% | 0.38% | - |
| HSV(B) | 126.8º | 0.67% | 0.57% | - |
| XYZ | 12.13 | 21.19 | 7.59 | - |
| YUV | 106.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 59 | 0.67 | 0 | 0.59 | 0.43 | 126.8 | 0.5 | 0.38 |
| Hex | 30 | 91 | 3B | 43 | 0 | 3B | 2B | 7F | 32 | 26 |
| Octal | 60 | 221 | 73 | 103 | 0 | 73 | 53 | 177 | 62 | 46 |
| Binary | 110000 | 10010001 | 111011 | 1000011 | 0 | 111011 | 101011 | 1111111 | 110010 | 100110 |
Color Harmonies of #30913B
Complementary color
Monochromatic Colors of #30913B
Black with #30913B
Text Example
Text Example
White with #30913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30913B; }
p { color: rgb(48,145,59); }
H1.HeaderClassName
{
color: #30913B;
}
.AnyTagClassName
{
color: #30913B;
}
</style>
background-color css
<style>
a { background-color: #30913B; }
a { background-color: rgb(48,145,59); }
div.DivClassName
{
background-color: #30913B;
}
.BgClassName
{
background-color: #30913B;
}
</style>
border-color css
<style>
span { border-color: #30913B; }
span { border-color: rgb(48,145,59); }
td.TdClassName
{
border-color: #30913B;
}
.TagClassName
{
border-color: #30913B;
}
</style>