Shades of La Palma #448A28
Tints of La Palma #448A28
RGB
CMYK
RGB Variations
Color information
#448A28 (or 0x448A28) is known color: La Palma. HEX triplet: 44, 8A and 28. RGB value is (68,138,40). Sum of RGB (Red+Green+Blue) = 68+138+40=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #448A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A28 is #BB75D7. Grayscale: #6A6A6A. Windows color (decimal): -12285400 or 2656836. OLE color: 2656836.
HSL color Cylindrical-coordinate representation of color #448A28: hue angle of 102.86º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448A28 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 40 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.46 |
| HSL | 102.86º | 0.55% | 0.35% | - |
| HSV(B) | 102.86º | 0.71% | 0.54% | - |
| XYZ | 11.86 | 19.56 | 5.16 | - |
| YUV | 105.9 | 90.81 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 40 | 0.51 | 0 | 0.71 | 0.46 | 102.86 | 0.55 | 0.35 |
| Hex | 44 | 8A | 28 | 33 | 0 | 47 | 2E | 67 | 37 | 23 |
| Octal | 104 | 212 | 50 | 63 | 0 | 107 | 56 | 147 | 67 | 43 |
| Binary | 1000100 | 10001010 | 101000 | 110011 | 0 | 1000111 | 101110 | 1100111 | 110111 | 100011 |
Color Harmonies of #448A28
Complementary color
Monochromatic Colors of #448A28
Black with #448A28
Text Example
Text Example
White with #448A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A28; }
p { color: rgb(68,138,40); }
H1.HeaderClassName
{
color: #448A28;
}
.AnyTagClassName
{
color: #448A28;
}
</style>
background-color css
<style>
a { background-color: #448A28; }
a { background-color: rgb(68,138,40); }
div.DivClassName
{
background-color: #448A28;
}
.BgClassName
{
background-color: #448A28;
}
</style>
border-color css
<style>
span { border-color: #448A28; }
span { border-color: rgb(68,138,40); }
td.TdClassName
{
border-color: #448A28;
}
.TagClassName
{
border-color: #448A28;
}
</style>