Shades of La Palma #44902F
Tints of La Palma #44902F
RGB
CMYK
RGB Variations
Color information
#44902F (or 0x44902F) is known color: La Palma. HEX triplet: 44, 90 and 2F. RGB value is (68,144,47). Sum of RGB (Red+Green+Blue) = 68+144+47=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #44902F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44902F is #BB6FD0. Grayscale: #6E6E6E. Windows color (decimal): -12283857 or 3117124. OLE color: 3117124.
HSL color Cylindrical-coordinate representation of color #44902F: hue angle of 107.01º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44902F is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 47 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.44 |
| HSL | 107.01º | 0.51% | 0.37% | - |
| HSV(B) | 107.01º | 0.67% | 0.56% | - |
| XYZ | 12.87 | 21.38 | 6.14 | - |
| YUV | 110.22 | 92.32 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 47 | 0.53 | 0 | 0.67 | 0.44 | 107.01 | 0.51 | 0.37 |
| Hex | 44 | 90 | 2F | 35 | 0 | 43 | 2C | 6B | 33 | 25 |
| Octal | 104 | 220 | 57 | 65 | 0 | 103 | 54 | 153 | 63 | 45 |
| Binary | 1000100 | 10010000 | 101111 | 110101 | 0 | 1000011 | 101100 | 1101011 | 110011 | 100101 |
Color Harmonies of #44902F
Complementary color
Monochromatic Colors of #44902F
Black with #44902F
Text Example
Text Example
White with #44902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44902F; }
p { color: rgb(68,144,47); }
H1.HeaderClassName
{
color: #44902F;
}
.AnyTagClassName
{
color: #44902F;
}
</style>
background-color css
<style>
a { background-color: #44902F; }
a { background-color: rgb(68,144,47); }
div.DivClassName
{
background-color: #44902F;
}
.BgClassName
{
background-color: #44902F;
}
</style>
border-color css
<style>
span { border-color: #44902F; }
span { border-color: rgb(68,144,47); }
td.TdClassName
{
border-color: #44902F;
}
.TagClassName
{
border-color: #44902F;
}
</style>