Shades of La Palma #42923D
Tints of La Palma #42923D
RGB
CMYK
RGB Variations
Color information
#42923D (or 0x42923D) is known color: La Palma. HEX triplet: 42, 92 and 3D. RGB value is (66,146,61). Sum of RGB (Red+Green+Blue) = 66+146+61=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #42923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42923D is #BD6DC2. Grayscale: #707070. Windows color (decimal): -12414403 or 4035138. OLE color: 4035138.
HSL color Cylindrical-coordinate representation of color #42923D: hue angle of 116.47º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42923D is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 61 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.43 |
| HSL | 116.47º | 0.41% | 0.41% | - |
| HSV(B) | 116.47º | 0.58% | 0.57% | - |
| XYZ | 13.37 | 22.05 | 7.97 | - |
| YUV | 112.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 61 | 0.55 | 0 | 0.58 | 0.43 | 116.47 | 0.41 | 0.41 |
| Hex | 42 | 92 | 3D | 37 | 0 | 3A | 2B | 74 | 29 | 29 |
| Octal | 102 | 222 | 75 | 67 | 0 | 72 | 53 | 164 | 51 | 51 |
| Binary | 1000010 | 10010010 | 111101 | 110111 | 0 | 111010 | 101011 | 1110100 | 101001 | 101001 |
Color Harmonies of #42923D
Complementary color
Monochromatic Colors of #42923D
Black with #42923D
Text Example
Text Example
White with #42923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42923D; }
p { color: rgb(66,146,61); }
H1.HeaderClassName
{
color: #42923D;
}
.AnyTagClassName
{
color: #42923D;
}
</style>
background-color css
<style>
a { background-color: #42923D; }
a { background-color: rgb(66,146,61); }
div.DivClassName
{
background-color: #42923D;
}
.BgClassName
{
background-color: #42923D;
}
</style>
border-color css
<style>
span { border-color: #42923D; }
span { border-color: rgb(66,146,61); }
td.TdClassName
{
border-color: #42923D;
}
.TagClassName
{
border-color: #42923D;
}
</style>