Shades of La Palma #449F28
Tints of La Palma #449F28
RGB
CMYK
RGB Variations
Color information
#449F28 (or 0x449F28) is known color: La Palma. HEX triplet: 44, 9F and 28. RGB value is (68,159,40). Sum of RGB (Red+Green+Blue) = 68+159+40=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #449F28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F28 is #BB60D7. Grayscale: #767676. Windows color (decimal): -12280024 or 2662212. OLE color: 2662212.
HSL color Cylindrical-coordinate representation of color #449F28: hue angle of 105.88º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #449F28 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 40 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.38 |
| HSL | 105.88º | 0.6% | 0.39% | - |
| HSV(B) | 105.88º | 0.75% | 0.62% | - |
| XYZ | 15.17 | 26.18 | 6.26 | - |
| YUV | 118.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 40 | 0.57 | 0 | 0.75 | 0.38 | 105.88 | 0.6 | 0.39 |
| Hex | 44 | 9F | 28 | 39 | 0 | 4B | 26 | 6A | 3C | 27 |
| Octal | 104 | 237 | 50 | 71 | 0 | 113 | 46 | 152 | 74 | 47 |
| Binary | 1000100 | 10011111 | 101000 | 111001 | 0 | 1001011 | 100110 | 1101010 | 111100 | 100111 |
Color Harmonies of #449F28
Complementary color
Monochromatic Colors of #449F28
Black with #449F28
Text Example
Text Example
White with #449F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F28; }
p { color: rgb(68,159,40); }
H1.HeaderClassName
{
color: #449F28;
}
.AnyTagClassName
{
color: #449F28;
}
</style>
background-color css
<style>
a { background-color: #449F28; }
a { background-color: rgb(68,159,40); }
div.DivClassName
{
background-color: #449F28;
}
.BgClassName
{
background-color: #449F28;
}
</style>
border-color css
<style>
span { border-color: #449F28; }
span { border-color: rgb(68,159,40); }
td.TdClassName
{
border-color: #449F28;
}
.TagClassName
{
border-color: #449F28;
}
</style>