Shades of La Palma #429C25
Tints of La Palma #429C25
RGB
CMYK
RGB Variations
Color information
#429C25 (or 0x429C25) is known color: La Palma. HEX triplet: 42, 9C and 25. RGB value is (66,156,37). Sum of RGB (Red+Green+Blue) = 66+156+37=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 156 (61.33% from 255 or 60.23% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 156 - color contains mainly: green. Hex color #429C25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C25 is #BD63DA. Grayscale: #737373. Windows color (decimal): -12411867 or 2464834. OLE color: 2464834.
HSL color Cylindrical-coordinate representation of color #429C25: hue angle of 105.38º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #429C25 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 37 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.39 |
| HSL | 105.38º | 0.62% | 0.38% | - |
| HSV(B) | 105.38º | 0.76% | 0.61% | - |
| XYZ | 14.47 | 25.07 | 5.83 | - |
| YUV | 115.52 | 83.68 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 37 | 0.58 | 0 | 0.76 | 0.39 | 105.38 | 0.62 | 0.38 |
| Hex | 42 | 9C | 25 | 3A | 0 | 4C | 27 | 69 | 3E | 26 |
| Octal | 102 | 234 | 45 | 72 | 0 | 114 | 47 | 151 | 76 | 46 |
| Binary | 1000010 | 10011100 | 100101 | 111010 | 0 | 1001100 | 100111 | 1101001 | 111110 | 100110 |
Color Harmonies of #429C25
Complementary color
Monochromatic Colors of #429C25
Black with #429C25
Text Example
Text Example
White with #429C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C25; }
p { color: rgb(66,156,37); }
H1.HeaderClassName
{
color: #429C25;
}
.AnyTagClassName
{
color: #429C25;
}
</style>
background-color css
<style>
a { background-color: #429C25; }
a { background-color: rgb(66,156,37); }
div.DivClassName
{
background-color: #429C25;
}
.BgClassName
{
background-color: #429C25;
}
</style>
border-color css
<style>
span { border-color: #429C25; }
span { border-color: rgb(66,156,37); }
td.TdClassName
{
border-color: #429C25;
}
.TagClassName
{
border-color: #429C25;
}
</style>