Shades of La Palma #448D28
Tints of La Palma #448D28
RGB
CMYK
RGB Variations
Color information
#448D28 (or 0x448D28) is known color: La Palma. HEX triplet: 44, 8D and 28. RGB value is (68,141,40). Sum of RGB (Red+Green+Blue) = 68+141+40=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #448D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D28 is #BB72D7. Grayscale: #6B6B6B. Windows color (decimal): -12284632 or 2657604. OLE color: 2657604.
HSL color Cylindrical-coordinate representation of color #448D28: hue angle of 103.37º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #448D28 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 40 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.45 |
| HSL | 103.37º | 0.56% | 0.35% | - |
| HSV(B) | 103.37º | 0.72% | 0.55% | - |
| XYZ | 12.29 | 20.43 | 5.3 | - |
| YUV | 107.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 40 | 0.52 | 0 | 0.72 | 0.45 | 103.37 | 0.56 | 0.35 |
| Hex | 44 | 8D | 28 | 34 | 0 | 48 | 2D | 67 | 38 | 23 |
| Octal | 104 | 215 | 50 | 64 | 0 | 110 | 55 | 147 | 70 | 43 |
| Binary | 1000100 | 10001101 | 101000 | 110100 | 0 | 1001000 | 101101 | 1100111 | 111000 | 100011 |
Color Harmonies of #448D28
Complementary color
Monochromatic Colors of #448D28
Black with #448D28
Text Example
Text Example
White with #448D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D28; }
p { color: rgb(68,141,40); }
H1.HeaderClassName
{
color: #448D28;
}
.AnyTagClassName
{
color: #448D28;
}
</style>
background-color css
<style>
a { background-color: #448D28; }
a { background-color: rgb(68,141,40); }
div.DivClassName
{
background-color: #448D28;
}
.BgClassName
{
background-color: #448D28;
}
</style>
border-color css
<style>
span { border-color: #448D28; }
span { border-color: rgb(68,141,40); }
td.TdClassName
{
border-color: #448D28;
}
.TagClassName
{
border-color: #448D28;
}
</style>