Shades of La Palma #44982D
Tints of La Palma #44982D
RGB
CMYK
RGB Variations
Color information
#44982D (or 0x44982D) is known color: La Palma. HEX triplet: 44, 98 and 2D. RGB value is (68,152,45). Sum of RGB (Red+Green+Blue) = 68+152+45=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #44982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44982D is #BB67D2. Grayscale: #737373. Windows color (decimal): -12281811 or 2988100. OLE color: 2988100.
HSL color Cylindrical-coordinate representation of color #44982D: hue angle of 107.1º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44982D is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 152 | 45 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.40 |
| HSL | 107.1º | 0.54% | 0.39% | - |
| HSV(B) | 107.1º | 0.7% | 0.6% | - |
| XYZ | 14.09 | 23.87 | 6.35 | - |
| YUV | 114.69 | 88.67 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 45 | 0.55 | 0 | 0.70 | 0.40 | 107.1 | 0.54 | 0.39 |
| Hex | 44 | 98 | 2D | 37 | 0 | 46 | 28 | 6B | 36 | 27 |
| Octal | 104 | 230 | 55 | 67 | 0 | 106 | 50 | 153 | 66 | 47 |
| Binary | 1000100 | 10011000 | 101101 | 110111 | 0 | 1000110 | 101000 | 1101011 | 110110 | 100111 |
Color Harmonies of #44982D
Complementary color
Monochromatic Colors of #44982D
Black with #44982D
Text Example
Text Example
White with #44982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44982D; }
p { color: rgb(68,152,45); }
H1.HeaderClassName
{
color: #44982D;
}
.AnyTagClassName
{
color: #44982D;
}
</style>
background-color css
<style>
a { background-color: #44982D; }
a { background-color: rgb(68,152,45); }
div.DivClassName
{
background-color: #44982D;
}
.BgClassName
{
background-color: #44982D;
}
</style>
border-color css
<style>
span { border-color: #44982D; }
span { border-color: rgb(68,152,45); }
td.TdClassName
{
border-color: #44982D;
}
.TagClassName
{
border-color: #44982D;
}
</style>