Shades of La Palma #44902D
Tints of La Palma #44902D
RGB
CMYK
RGB Variations
Color information
#44902D (or 0x44902D) is known color: La Palma. HEX triplet: 44, 90 and 2D. RGB value is (68,144,45). Sum of RGB (Red+Green+Blue) = 68+144+45=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #44902D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44902D is #BB6FD2. Grayscale: #6E6E6E. Windows color (decimal): -12283859 or 2986052. OLE color: 2986052.
HSL color Cylindrical-coordinate representation of color #44902D: hue angle of 106.06º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44902D is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 45 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.44 |
| HSL | 106.06º | 0.52% | 0.37% | - |
| HSV(B) | 106.06º | 0.69% | 0.56% | - |
| XYZ | 12.83 | 21.36 | 5.93 | - |
| YUV | 109.99 | 91.32 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 45 | 0.53 | 0 | 0.69 | 0.44 | 106.06 | 0.52 | 0.37 |
| Hex | 44 | 90 | 2D | 35 | 0 | 45 | 2C | 6A | 34 | 25 |
| Octal | 104 | 220 | 55 | 65 | 0 | 105 | 54 | 152 | 64 | 45 |
| Binary | 1000100 | 10010000 | 101101 | 110101 | 0 | 1000101 | 101100 | 1101010 | 110100 | 100101 |
Color Harmonies of #44902D
Complementary color
Monochromatic Colors of #44902D
Black with #44902D
Text Example
Text Example
White with #44902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44902D; }
p { color: rgb(68,144,45); }
H1.HeaderClassName
{
color: #44902D;
}
.AnyTagClassName
{
color: #44902D;
}
</style>
background-color css
<style>
a { background-color: #44902D; }
a { background-color: rgb(68,144,45); }
div.DivClassName
{
background-color: #44902D;
}
.BgClassName
{
background-color: #44902D;
}
</style>
border-color css
<style>
span { border-color: #44902D; }
span { border-color: rgb(68,144,45); }
td.TdClassName
{
border-color: #44902D;
}
.TagClassName
{
border-color: #44902D;
}
</style>