Shades of La Palma #448D1F
Tints of La Palma #448D1F
RGB
CMYK
RGB Variations
Color information
#448D1F (or 0x448D1F) is known color: La Palma. HEX triplet: 44, 8D and 1F. RGB value is (68,141,31). Sum of RGB (Red+Green+Blue) = 68+141+31=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #448D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D1F is #BB72E0. Grayscale: #6B6B6B. Windows color (decimal): -12284641 or 2067780. OLE color: 2067780.
HSL color Cylindrical-coordinate representation of color #448D1F: hue angle of 99.82º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #448D1F is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 31 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.45 |
| HSL | 99.82º | 0.64% | 0.34% | - |
| HSV(B) | 99.82º | 0.78% | 0.55% | - |
| XYZ | 12.16 | 20.38 | 4.59 | - |
| YUV | 106.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 31 | 0.52 | 0 | 0.78 | 0.45 | 99.82 | 0.64 | 0.34 |
| Hex | 44 | 8D | 1F | 34 | 0 | 4E | 2D | 64 | 40 | 22 |
| Octal | 104 | 215 | 37 | 64 | 0 | 116 | 55 | 144 | 100 | 42 |
| Binary | 1000100 | 10001101 | 11111 | 110100 | 0 | 1001110 | 101101 | 1100100 | 1000000 | 100010 |
Color Harmonies of #448D1F
Complementary color
Monochromatic Colors of #448D1F
Black with #448D1F
Text Example
Text Example
White with #448D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D1F; }
p { color: rgb(68,141,31); }
H1.HeaderClassName
{
color: #448D1F;
}
.AnyTagClassName
{
color: #448D1F;
}
</style>
background-color css
<style>
a { background-color: #448D1F; }
a { background-color: rgb(68,141,31); }
div.DivClassName
{
background-color: #448D1F;
}
.BgClassName
{
background-color: #448D1F;
}
</style>
border-color css
<style>
span { border-color: #448D1F; }
span { border-color: rgb(68,141,31); }
td.TdClassName
{
border-color: #448D1F;
}
.TagClassName
{
border-color: #448D1F;
}
</style>