Shades of La Palma #449F1F
Tints of La Palma #449F1F
RGB
CMYK
RGB Variations
Color information
#449F1F (or 0x449F1F) is known color: La Palma. HEX triplet: 44, 9F and 1F. RGB value is (68,159,31). Sum of RGB (Red+Green+Blue) = 68+159+31=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #449F1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F1F is #BB60E0. Grayscale: #757575. Windows color (decimal): -12280033 or 2072388. OLE color: 2072388.
HSL color Cylindrical-coordinate representation of color #449F1F: hue angle of 102.66º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #449F1F is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 31 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.38 |
| HSL | 102.66º | 0.67% | 0.37% | - |
| HSV(B) | 102.66º | 0.81% | 0.62% | - |
| XYZ | 15.03 | 26.12 | 5.55 | - |
| YUV | 117.2 | 79.35 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 31 | 0.57 | 0 | 0.81 | 0.38 | 102.66 | 0.67 | 0.37 |
| Hex | 44 | 9F | 1F | 39 | 0 | 51 | 26 | 67 | 43 | 25 |
| Octal | 104 | 237 | 37 | 71 | 0 | 121 | 46 | 147 | 103 | 45 |
| Binary | 1000100 | 10011111 | 11111 | 111001 | 0 | 1010001 | 100110 | 1100111 | 1000011 | 100101 |
Color Harmonies of #449F1F
Complementary color
Monochromatic Colors of #449F1F
Black with #449F1F
Text Example
Text Example
White with #449F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F1F; }
p { color: rgb(68,159,31); }
H1.HeaderClassName
{
color: #449F1F;
}
.AnyTagClassName
{
color: #449F1F;
}
</style>
background-color css
<style>
a { background-color: #449F1F; }
a { background-color: rgb(68,159,31); }
div.DivClassName
{
background-color: #449F1F;
}
.BgClassName
{
background-color: #449F1F;
}
</style>
border-color css
<style>
span { border-color: #449F1F; }
span { border-color: rgb(68,159,31); }
td.TdClassName
{
border-color: #449F1F;
}
.TagClassName
{
border-color: #449F1F;
}
</style>