Shades of Japanese Laurel #306F2C
Tints of Japanese Laurel #306F2C
RGB
CMYK
RGB Variations
Color information
#306F2C (or 0x306F2C) is known color: Japanese Laurel. HEX triplet: 30, 6F and 2C. RGB value is (48,111,44). Sum of RGB (Red+Green+Blue) = 48+111+44=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #306F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F2C is #CF90D3. Grayscale: #545454. Windows color (decimal): -13603028 or 2912048. OLE color: 2912048.
HSL color Cylindrical-coordinate representation of color #306F2C: hue angle of 116.42º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306F2C is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 44 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.56 |
| HSL | 116.42º | 0.43% | 0.3% | - |
| HSV(B) | 116.42º | 0.6% | 0.44% | - |
| XYZ | 7.36 | 12.18 | 4.35 | - |
| YUV | 84.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 44 | 0.57 | 0 | 0.60 | 0.56 | 116.42 | 0.43 | 0.3 |
| Hex | 30 | 6F | 2C | 39 | 0 | 3C | 38 | 74 | 2B | 1E |
| Octal | 60 | 157 | 54 | 71 | 0 | 74 | 70 | 164 | 53 | 36 |
| Binary | 110000 | 1101111 | 101100 | 111001 | 0 | 111100 | 111000 | 1110100 | 101011 | 11110 |
Color Harmonies of #306F2C
Complementary color
Monochromatic Colors of #306F2C
Black with #306F2C
Text Example
Text Example
White with #306F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F2C; }
p { color: rgb(48,111,44); }
H1.HeaderClassName
{
color: #306F2C;
}
.AnyTagClassName
{
color: #306F2C;
}
</style>
background-color css
<style>
a { background-color: #306F2C; }
a { background-color: rgb(48,111,44); }
div.DivClassName
{
background-color: #306F2C;
}
.BgClassName
{
background-color: #306F2C;
}
</style>
border-color css
<style>
span { border-color: #306F2C; }
span { border-color: rgb(48,111,44); }
td.TdClassName
{
border-color: #306F2C;
}
.TagClassName
{
border-color: #306F2C;
}
</style>