Shades of Japanese Laurel #307A28
Tints of Japanese Laurel #307A28
RGB
CMYK
RGB Variations
Color information
#307A28 (or 0x307A28) is known color: Japanese Laurel. HEX triplet: 30, 7A and 28. RGB value is (48,122,40). Sum of RGB (Red+Green+Blue) = 48+122+40=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #307A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A28 is #CF85D7. Grayscale: #5A5A5A. Windows color (decimal): -13600216 or 2652720. OLE color: 2652720.
HSL color Cylindrical-coordinate representation of color #307A28: hue angle of 114.15º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307A28 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 40 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.52 |
| HSL | 114.15º | 0.51% | 0.32% | - |
| HSV(B) | 114.15º | 0.67% | 0.48% | - |
| XYZ | 8.56 | 14.7 | 4.39 | - |
| YUV | 90.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 40 | 0.61 | 0 | 0.67 | 0.52 | 114.15 | 0.51 | 0.32 |
| Hex | 30 | 7A | 28 | 3D | 0 | 43 | 34 | 72 | 33 | 20 |
| Octal | 60 | 172 | 50 | 75 | 0 | 103 | 64 | 162 | 63 | 40 |
| Binary | 110000 | 1111010 | 101000 | 111101 | 0 | 1000011 | 110100 | 1110010 | 110011 | 100000 |
Color Harmonies of #307A28
Complementary color
Monochromatic Colors of #307A28
Black with #307A28
Text Example
Text Example
White with #307A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A28; }
p { color: rgb(48,122,40); }
H1.HeaderClassName
{
color: #307A28;
}
.AnyTagClassName
{
color: #307A28;
}
</style>
background-color css
<style>
a { background-color: #307A28; }
a { background-color: rgb(48,122,40); }
div.DivClassName
{
background-color: #307A28;
}
.BgClassName
{
background-color: #307A28;
}
</style>
border-color css
<style>
span { border-color: #307A28; }
span { border-color: rgb(48,122,40); }
td.TdClassName
{
border-color: #307A28;
}
.TagClassName
{
border-color: #307A28;
}
</style>