Shades of La Palma #44902A
Tints of La Palma #44902A
RGB
CMYK
RGB Variations
Color information
#44902A (or 0x44902A) is known color: La Palma. HEX triplet: 44, 90 and 2A. RGB value is (68,144,42). Sum of RGB (Red+Green+Blue) = 68+144+42=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #44902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44902A is #BB6FD5. Grayscale: #6D6D6D. Windows color (decimal): -12283862 or 2789444. OLE color: 2789444.
HSL color Cylindrical-coordinate representation of color #44902A: hue angle of 104.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44902A is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 144 | 42 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.44 |
| HSL | 104.71º | 0.55% | 0.36% | - |
| HSV(B) | 104.71º | 0.71% | 0.56% | - |
| XYZ | 12.78 | 21.34 | 5.64 | - |
| YUV | 109.65 | 89.82 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 42 | 0.53 | 0 | 0.71 | 0.44 | 104.71 | 0.55 | 0.36 |
| Hex | 44 | 90 | 2A | 35 | 0 | 47 | 2C | 69 | 37 | 24 |
| Octal | 104 | 220 | 52 | 65 | 0 | 107 | 54 | 151 | 67 | 44 |
| Binary | 1000100 | 10010000 | 101010 | 110101 | 0 | 1000111 | 101100 | 1101001 | 110111 | 100100 |
Color Harmonies of #44902A
Complementary color
Monochromatic Colors of #44902A
Black with #44902A
Text Example
Text Example
White with #44902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44902A; }
p { color: rgb(68,144,42); }
H1.HeaderClassName
{
color: #44902A;
}
.AnyTagClassName
{
color: #44902A;
}
</style>
background-color css
<style>
a { background-color: #44902A; }
a { background-color: rgb(68,144,42); }
div.DivClassName
{
background-color: #44902A;
}
.BgClassName
{
background-color: #44902A;
}
</style>
border-color css
<style>
span { border-color: #44902A; }
span { border-color: rgb(68,144,42); }
td.TdClassName
{
border-color: #44902A;
}
.TagClassName
{
border-color: #44902A;
}
</style>