Shades of Japanese Laurel #298B3C
Tints of Japanese Laurel #298B3C
RGB
CMYK
RGB Variations
Color information
#298B3C (or 0x298B3C) is known color: Japanese Laurel. HEX triplet: 29, 8B and 3C. RGB value is (41,139,60). Sum of RGB (Red+Green+Blue) = 41+139+60=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #298B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298B3C is #D674C3. Grayscale: #646464. Windows color (decimal): -14054596 or 3967785. OLE color: 3967785.
HSL color Cylindrical-coordinate representation of color #298B3C: hue angle of 131.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B3C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 139 | 60 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.45 |
| HSL | 131.63º | 0.54% | 0.35% | - |
| HSV(B) | 131.63º | 0.71% | 0.55% | - |
| XYZ | 10.96 | 19.26 | 7.42 | - |
| YUV | 100.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 60 | 0.71 | 0 | 0.57 | 0.45 | 131.63 | 0.54 | 0.35 |
| Hex | 29 | 8B | 3C | 47 | 0 | 39 | 2D | 84 | 36 | 23 |
| Octal | 51 | 213 | 74 | 107 | 0 | 71 | 55 | 204 | 66 | 43 |
| Binary | 101001 | 10001011 | 111100 | 1000111 | 0 | 111001 | 101101 | 10000100 | 110110 | 100011 |
Color Harmonies of #298B3C
Complementary color
Monochromatic Colors of #298B3C
Black with #298B3C
Text Example
Text Example
White with #298B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298B3C; }
p { color: rgb(41,139,60); }
H1.HeaderClassName
{
color: #298B3C;
}
.AnyTagClassName
{
color: #298B3C;
}
</style>
background-color css
<style>
a { background-color: #298B3C; }
a { background-color: rgb(41,139,60); }
div.DivClassName
{
background-color: #298B3C;
}
.BgClassName
{
background-color: #298B3C;
}
</style>
border-color css
<style>
span { border-color: #298B3C; }
span { border-color: rgb(41,139,60); }
td.TdClassName
{
border-color: #298B3C;
}
.TagClassName
{
border-color: #298B3C;
}
</style>