Shades of La Palma #448F01
Tints of La Palma #448F01
RGB
CMYK
RGB Variations
Color information
#448F01 (or 0x448F01) is known color: La Palma. HEX triplet: 44, 8F and 01. RGB value is (68,143,1). Sum of RGB (Red+Green+Blue) = 68+143+1=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 143 (56.25% from 255 or 67.45% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 143 - color contains mainly: green. Hex color #448F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448F01 is #BB70FE. Grayscale: #686868. Windows color (decimal): -12284159 or 102212. OLE color: 102212.
HSL color Cylindrical-coordinate representation of color #448F01: hue angle of 91.69º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #448F01 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 143 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.44 |
| HSL | 91.69º | 0.99% | 0.28% | - |
| HSV(B) | 91.69º | 0.99% | 0.56% | - |
| XYZ | 12.21 | 20.88 | 3.41 | - |
| YUV | 104.39 | 69.65 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 1 | 0.52 | 0 | 0.99 | 0.44 | 91.69 | 0.99 | 0.28 |
| Hex | 44 | 8F | 1 | 34 | 0 | 63 | 2C | 5C | 63 | 1C |
| Octal | 104 | 217 | 1 | 64 | 0 | 143 | 54 | 134 | 143 | 34 |
| Binary | 1000100 | 10001111 | 1 | 110100 | 0 | 1100011 | 101100 | 1011100 | 1100011 | 11100 |
Color Harmonies of #448F01
Complementary color
Monochromatic Colors of #448F01
Black with #448F01
Text Example
Text Example
White with #448F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448F01; }
p { color: rgb(68,143,1); }
H1.HeaderClassName
{
color: #448F01;
}
.AnyTagClassName
{
color: #448F01;
}
</style>
background-color css
<style>
a { background-color: #448F01; }
a { background-color: rgb(68,143,1); }
div.DivClassName
{
background-color: #448F01;
}
.BgClassName
{
background-color: #448F01;
}
</style>
border-color css
<style>
span { border-color: #448F01; }
span { border-color: rgb(68,143,1); }
td.TdClassName
{
border-color: #448F01;
}
.TagClassName
{
border-color: #448F01;
}
</style>