Shades of Japanese Laurel #307A2D
Tints of Japanese Laurel #307A2D
RGB
CMYK
RGB Variations
Color information
#307A2D (or 0x307A2D) is known color: Japanese Laurel. HEX triplet: 30, 7A and 2D. RGB value is (48,122,45). Sum of RGB (Red+Green+Blue) = 48+122+45=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #307A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A2D is #CF85D2. Grayscale: #5B5B5B. Windows color (decimal): -13600211 or 2980400. OLE color: 2980400.
HSL color Cylindrical-coordinate representation of color #307A2D: hue angle of 117.66º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307A2D is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 45 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.52 |
| HSL | 117.66º | 0.46% | 0.33% | - |
| HSV(B) | 117.66º | 0.63% | 0.48% | - |
| XYZ | 8.65 | 14.74 | 4.87 | - |
| YUV | 91.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 45 | 0.61 | 0 | 0.63 | 0.52 | 117.66 | 0.46 | 0.33 |
| Hex | 30 | 7A | 2D | 3D | 0 | 3F | 34 | 76 | 2E | 21 |
| Octal | 60 | 172 | 55 | 75 | 0 | 77 | 64 | 166 | 56 | 41 |
| Binary | 110000 | 1111010 | 101101 | 111101 | 0 | 111111 | 110100 | 1110110 | 101110 | 100001 |
Color Harmonies of #307A2D
Complementary color
Monochromatic Colors of #307A2D
Black with #307A2D
Text Example
Text Example
White with #307A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A2D; }
p { color: rgb(48,122,45); }
H1.HeaderClassName
{
color: #307A2D;
}
.AnyTagClassName
{
color: #307A2D;
}
</style>
background-color css
<style>
a { background-color: #307A2D; }
a { background-color: rgb(48,122,45); }
div.DivClassName
{
background-color: #307A2D;
}
.BgClassName
{
background-color: #307A2D;
}
</style>
border-color css
<style>
span { border-color: #307A2D; }
span { border-color: rgb(48,122,45); }
td.TdClassName
{
border-color: #307A2D;
}
.TagClassName
{
border-color: #307A2D;
}
</style>