Shades of Japanese Laurel #30823F
Tints of Japanese Laurel #30823F
RGB
CMYK
RGB Variations
Color information
#30823F (or 0x30823F) is known color: Japanese Laurel. HEX triplet: 30, 82 and 3F. RGB value is (48,130,63). Sum of RGB (Red+Green+Blue) = 48+130+63=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #30823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30823F is #CF7DC0. Grayscale: #626262. Windows color (decimal): -13598145 or 4162096. OLE color: 4162096.
HSL color Cylindrical-coordinate representation of color #30823F: hue angle of 130.98º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30823F is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 63 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.49 |
| HSL | 130.98º | 0.46% | 0.35% | - |
| HSV(B) | 130.98º | 0.63% | 0.51% | - |
| XYZ | 10.1 | 16.95 | 7.44 | - |
| YUV | 97.84 | 108.33 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 63 | 0.63 | 0 | 0.52 | 0.49 | 130.98 | 0.46 | 0.35 |
| Hex | 30 | 82 | 3F | 3F | 0 | 34 | 31 | 83 | 2E | 23 |
| Octal | 60 | 202 | 77 | 77 | 0 | 64 | 61 | 203 | 56 | 43 |
| Binary | 110000 | 10000010 | 111111 | 111111 | 0 | 110100 | 110001 | 10000011 | 101110 | 100011 |
Color Harmonies of #30823F
Complementary color
Monochromatic Colors of #30823F
Black with #30823F
Text Example
Text Example
White with #30823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30823F; }
p { color: rgb(48,130,63); }
H1.HeaderClassName
{
color: #30823F;
}
.AnyTagClassName
{
color: #30823F;
}
</style>
background-color css
<style>
a { background-color: #30823F; }
a { background-color: rgb(48,130,63); }
div.DivClassName
{
background-color: #30823F;
}
.BgClassName
{
background-color: #30823F;
}
</style>
border-color css
<style>
span { border-color: #30823F; }
span { border-color: rgb(48,130,63); }
td.TdClassName
{
border-color: #30823F;
}
.TagClassName
{
border-color: #30823F;
}
</style>