Shades of La Palma #449A2A
Tints of La Palma #449A2A
RGB
CMYK
RGB Variations
Color information
#449A2A (or 0x449A2A) is known color: La Palma. HEX triplet: 44, 9A and 2A. RGB value is (68,154,42). Sum of RGB (Red+Green+Blue) = 68+154+42=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #449A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A2A is #BB65D5. Grayscale: #737373. Windows color (decimal): -12281302 or 2792004. OLE color: 2792004.
HSL color Cylindrical-coordinate representation of color #449A2A: hue angle of 106.07º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449A2A is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 42 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.40 |
| HSL | 106.07º | 0.57% | 0.38% | - |
| HSV(B) | 106.07º | 0.73% | 0.6% | - |
| XYZ | 14.36 | 24.51 | 6.16 | - |
| YUV | 115.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 42 | 0.56 | 0 | 0.73 | 0.40 | 106.07 | 0.57 | 0.38 |
| Hex | 44 | 9A | 2A | 38 | 0 | 49 | 28 | 6A | 39 | 26 |
| Octal | 104 | 232 | 52 | 70 | 0 | 111 | 50 | 152 | 71 | 46 |
| Binary | 1000100 | 10011010 | 101010 | 111000 | 0 | 1001001 | 101000 | 1101010 | 111001 | 100110 |
Color Harmonies of #449A2A
Complementary color
Monochromatic Colors of #449A2A
Black with #449A2A
Text Example
Text Example
White with #449A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A2A; }
p { color: rgb(68,154,42); }
H1.HeaderClassName
{
color: #449A2A;
}
.AnyTagClassName
{
color: #449A2A;
}
</style>
background-color css
<style>
a { background-color: #449A2A; }
a { background-color: rgb(68,154,42); }
div.DivClassName
{
background-color: #449A2A;
}
.BgClassName
{
background-color: #449A2A;
}
</style>
border-color css
<style>
span { border-color: #449A2A; }
span { border-color: rgb(68,154,42); }
td.TdClassName
{
border-color: #449A2A;
}
.TagClassName
{
border-color: #449A2A;
}
</style>