Shades of Japanese Laurel #298A3C
Tints of Japanese Laurel #298A3C
RGB
CMYK
RGB Variations
Color information
#298A3C (or 0x298A3C) is known color: Japanese Laurel. HEX triplet: 29, 8A and 3C. RGB value is (41,138,60). Sum of RGB (Red+Green+Blue) = 41+138+60=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #298A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298A3C is #D675C3. Grayscale: #646464. Windows color (decimal): -14054852 or 3967529. OLE color: 3967529.
HSL color Cylindrical-coordinate representation of color #298A3C: hue angle of 131.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298A3C is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 138 | 60 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.46 |
| HSL | 131.75º | 0.54% | 0.35% | - |
| HSV(B) | 131.75º | 0.7% | 0.54% | - |
| XYZ | 10.82 | 18.97 | 7.37 | - |
| YUV | 100.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 60 | 0.70 | 0 | 0.57 | 0.46 | 131.75 | 0.54 | 0.35 |
| Hex | 29 | 8A | 3C | 46 | 0 | 39 | 2E | 84 | 36 | 23 |
| Octal | 51 | 212 | 74 | 106 | 0 | 71 | 56 | 204 | 66 | 43 |
| Binary | 101001 | 10001010 | 111100 | 1000110 | 0 | 111001 | 101110 | 10000100 | 110110 | 100011 |
Color Harmonies of #298A3C
Complementary color
Monochromatic Colors of #298A3C
Black with #298A3C
Text Example
Text Example
White with #298A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298A3C; }
p { color: rgb(41,138,60); }
H1.HeaderClassName
{
color: #298A3C;
}
.AnyTagClassName
{
color: #298A3C;
}
</style>
background-color css
<style>
a { background-color: #298A3C; }
a { background-color: rgb(41,138,60); }
div.DivClassName
{
background-color: #298A3C;
}
.BgClassName
{
background-color: #298A3C;
}
</style>
border-color css
<style>
span { border-color: #298A3C; }
span { border-color: rgb(41,138,60); }
td.TdClassName
{
border-color: #298A3C;
}
.TagClassName
{
border-color: #298A3C;
}
</style>