Shades of La Palma #449B2E
Tints of La Palma #449B2E
RGB
CMYK
RGB Variations
Color information
#449B2E (or 0x449B2E) is known color: La Palma. HEX triplet: 44, 9B and 2E. RGB value is (68,155,46). Sum of RGB (Red+Green+Blue) = 68+155+46=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #449B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B2E is #BB64D1. Grayscale: #747474. Windows color (decimal): -12281042 or 3054404. OLE color: 3054404.
HSL color Cylindrical-coordinate representation of color #449B2E: hue angle of 107.89º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #449B2E is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 46 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.39 |
| HSL | 107.89º | 0.54% | 0.39% | - |
| HSV(B) | 107.89º | 0.7% | 0.61% | - |
| XYZ | 14.6 | 24.87 | 6.62 | - |
| YUV | 116.56 | 88.18 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 46 | 0.56 | 0 | 0.70 | 0.39 | 107.89 | 0.54 | 0.39 |
| Hex | 44 | 9B | 2E | 38 | 0 | 46 | 27 | 6C | 36 | 27 |
| Octal | 104 | 233 | 56 | 70 | 0 | 106 | 47 | 154 | 66 | 47 |
| Binary | 1000100 | 10011011 | 101110 | 111000 | 0 | 1000110 | 100111 | 1101100 | 110110 | 100111 |
Color Harmonies of #449B2E
Complementary color
Monochromatic Colors of #449B2E
Black with #449B2E
Text Example
Text Example
White with #449B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B2E; }
p { color: rgb(68,155,46); }
H1.HeaderClassName
{
color: #449B2E;
}
.AnyTagClassName
{
color: #449B2E;
}
</style>
background-color css
<style>
a { background-color: #449B2E; }
a { background-color: rgb(68,155,46); }
div.DivClassName
{
background-color: #449B2E;
}
.BgClassName
{
background-color: #449B2E;
}
</style>
border-color css
<style>
span { border-color: #449B2E; }
span { border-color: rgb(68,155,46); }
td.TdClassName
{
border-color: #449B2E;
}
.TagClassName
{
border-color: #449B2E;
}
</style>