Shades of La Palma #448E29
Tints of La Palma #448E29
RGB
CMYK
RGB Variations
Color information
#448E29 (or 0x448E29) is known color: La Palma. HEX triplet: 44, 8E and 29. RGB value is (68,142,41). Sum of RGB (Red+Green+Blue) = 68+142+41=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 142 (55.86% from 255 or 56.57% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 142 - color contains mainly: green. Hex color #448E29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448E29 is #BB71D6. Grayscale: #6C6C6C. Windows color (decimal): -12284375 or 2723396. OLE color: 2723396.
HSL color Cylindrical-coordinate representation of color #448E29: hue angle of 103.96º 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 #448E29 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 142 | 41 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.44 |
| HSL | 103.96º | 0.55% | 0.36% | - |
| HSV(B) | 103.96º | 0.71% | 0.56% | - |
| XYZ | 12.46 | 20.74 | 5.44 | - |
| YUV | 108.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 41 | 0.52 | 0 | 0.71 | 0.44 | 103.96 | 0.55 | 0.36 |
| Hex | 44 | 8E | 29 | 34 | 0 | 47 | 2C | 68 | 37 | 24 |
| Octal | 104 | 216 | 51 | 64 | 0 | 107 | 54 | 150 | 67 | 44 |
| Binary | 1000100 | 10001110 | 101001 | 110100 | 0 | 1000111 | 101100 | 1101000 | 110111 | 100100 |
Color Harmonies of #448E29
Complementary color
Monochromatic Colors of #448E29
Black with #448E29
Text Example
Text Example
White with #448E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E29; }
p { color: rgb(68,142,41); }
H1.HeaderClassName
{
color: #448E29;
}
.AnyTagClassName
{
color: #448E29;
}
</style>
background-color css
<style>
a { background-color: #448E29; }
a { background-color: rgb(68,142,41); }
div.DivClassName
{
background-color: #448E29;
}
.BgClassName
{
background-color: #448E29;
}
</style>
border-color css
<style>
span { border-color: #448E29; }
span { border-color: rgb(68,142,41); }
td.TdClassName
{
border-color: #448E29;
}
.TagClassName
{
border-color: #448E29;
}
</style>