Shades of La Palma #449C1F
Tints of La Palma #449C1F
RGB
CMYK
RGB Variations
Color information
#449C1F (or 0x449C1F) is known color: La Palma. HEX triplet: 44, 9C and 1F. RGB value is (68,156,31). Sum of RGB (Red+Green+Blue) = 68+156+31=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 156 (61.33% from 255 or 61.18% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 156 - color contains mainly: green. Hex color #449C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C1F is #BB63E0. Grayscale: #737373. Windows color (decimal): -12280801 or 2071620. OLE color: 2071620.
HSL color Cylindrical-coordinate representation of color #449C1F: hue angle of 102.24º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #449C1F is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 31 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.39 |
| HSL | 102.24º | 0.67% | 0.37% | - |
| HSV(B) | 102.24º | 0.8% | 0.61% | - |
| XYZ | 14.52 | 25.1 | 5.38 | - |
| YUV | 115.44 | 80.35 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 31 | 0.56 | 0 | 0.80 | 0.39 | 102.24 | 0.67 | 0.37 |
| Hex | 44 | 9C | 1F | 38 | 0 | 50 | 27 | 66 | 43 | 25 |
| Octal | 104 | 234 | 37 | 70 | 0 | 120 | 47 | 146 | 103 | 45 |
| Binary | 1000100 | 10011100 | 11111 | 111000 | 0 | 1010000 | 100111 | 1100110 | 1000011 | 100101 |
Color Harmonies of #449C1F
Complementary color
Monochromatic Colors of #449C1F
Black with #449C1F
Text Example
Text Example
White with #449C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C1F; }
p { color: rgb(68,156,31); }
H1.HeaderClassName
{
color: #449C1F;
}
.AnyTagClassName
{
color: #449C1F;
}
</style>
background-color css
<style>
a { background-color: #449C1F; }
a { background-color: rgb(68,156,31); }
div.DivClassName
{
background-color: #449C1F;
}
.BgClassName
{
background-color: #449C1F;
}
</style>
border-color css
<style>
span { border-color: #449C1F; }
span { border-color: rgb(68,156,31); }
td.TdClassName
{
border-color: #449C1F;
}
.TagClassName
{
border-color: #449C1F;
}
</style>