Shades of La Palma #429B31
Tints of La Palma #429B31
RGB
CMYK
RGB Variations
Color information
#429B31 (or 0x429B31) is known color: La Palma. HEX triplet: 42, 9B and 31. RGB value is (66,155,49). Sum of RGB (Red+Green+Blue) = 66+155+49=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #429B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B31 is #BD64CE. Grayscale: #747474. Windows color (decimal): -12412111 or 3251010. OLE color: 3251010.
HSL color Cylindrical-coordinate representation of color #429B31: hue angle of 110.38º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429B31 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 49 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.39 |
| HSL | 110.38º | 0.52% | 0.4% | - |
| HSV(B) | 110.38º | 0.68% | 0.61% | - |
| XYZ | 14.52 | 24.82 | 6.93 | - |
| YUV | 116.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 49 | 0.57 | 0 | 0.68 | 0.39 | 110.38 | 0.52 | 0.4 |
| Hex | 42 | 9B | 31 | 39 | 0 | 44 | 27 | 6E | 34 | 28 |
| Octal | 102 | 233 | 61 | 71 | 0 | 104 | 47 | 156 | 64 | 50 |
| Binary | 1000010 | 10011011 | 110001 | 111001 | 0 | 1000100 | 100111 | 1101110 | 110100 | 101000 |
Color Harmonies of #429B31
Complementary color
Monochromatic Colors of #429B31
Black with #429B31
Text Example
Text Example
White with #429B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B31; }
p { color: rgb(66,155,49); }
H1.HeaderClassName
{
color: #429B31;
}
.AnyTagClassName
{
color: #429B31;
}
</style>
background-color css
<style>
a { background-color: #429B31; }
a { background-color: rgb(66,155,49); }
div.DivClassName
{
background-color: #429B31;
}
.BgClassName
{
background-color: #429B31;
}
</style>
border-color css
<style>
span { border-color: #429B31; }
span { border-color: rgb(66,155,49); }
td.TdClassName
{
border-color: #429B31;
}
.TagClassName
{
border-color: #429B31;
}
</style>