Shades of La Palma #449A30
Tints of La Palma #449A30
RGB
CMYK
RGB Variations
Color information
#449A30 (or 0x449A30) is known color: La Palma. HEX triplet: 44, 9A and 30. RGB value is (68,154,48). Sum of RGB (Red+Green+Blue) = 68+154+48=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #449A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A30 is #BB65CF. Grayscale: #747474. Windows color (decimal): -12281296 or 3185220. OLE color: 3185220.
HSL color Cylindrical-coordinate representation of color #449A30: hue angle of 108.68º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449A30 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 48 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.40 |
| HSL | 108.68º | 0.52% | 0.4% | - |
| HSV(B) | 108.68º | 0.69% | 0.6% | - |
| XYZ | 14.47 | 24.55 | 6.77 | - |
| YUV | 116.2 | 89.51 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 48 | 0.56 | 0 | 0.69 | 0.40 | 108.68 | 0.52 | 0.4 |
| Hex | 44 | 9A | 30 | 38 | 0 | 45 | 28 | 6D | 34 | 28 |
| Octal | 104 | 232 | 60 | 70 | 0 | 105 | 50 | 155 | 64 | 50 |
| Binary | 1000100 | 10011010 | 110000 | 111000 | 0 | 1000101 | 101000 | 1101101 | 110100 | 101000 |
Color Harmonies of #449A30
Complementary color
Monochromatic Colors of #449A30
Black with #449A30
Text Example
Text Example
White with #449A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A30; }
p { color: rgb(68,154,48); }
H1.HeaderClassName
{
color: #449A30;
}
.AnyTagClassName
{
color: #449A30;
}
</style>
background-color css
<style>
a { background-color: #449A30; }
a { background-color: rgb(68,154,48); }
div.DivClassName
{
background-color: #449A30;
}
.BgClassName
{
background-color: #449A30;
}
</style>
border-color css
<style>
span { border-color: #449A30; }
span { border-color: rgb(68,154,48); }
td.TdClassName
{
border-color: #449A30;
}
.TagClassName
{
border-color: #449A30;
}
</style>