Shades of La Palma #468B2C
Tints of La Palma #468B2C
RGB
CMYK
RGB Variations
Color information
#468B2C (or 0x468B2C) is known color: La Palma. HEX triplet: 46, 8B and 2C. RGB value is (70,139,44). Sum of RGB (Red+Green+Blue) = 70+139+44=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #468B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468B2C is #B974D3. Grayscale: #6B6B6B. Windows color (decimal): -12154068 or 2919238. OLE color: 2919238.
HSL color Cylindrical-coordinate representation of color #468B2C: hue angle of 103.58º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468B2C is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 44 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.45 |
| HSL | 103.58º | 0.52% | 0.36% | - |
| HSV(B) | 103.58º | 0.68% | 0.55% | - |
| XYZ | 12.21 | 19.95 | 5.59 | - |
| YUV | 107.54 | 92.14 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 44 | 0.50 | 0 | 0.68 | 0.45 | 103.58 | 0.52 | 0.36 |
| Hex | 46 | 8B | 2C | 32 | 0 | 44 | 2D | 68 | 34 | 24 |
| Octal | 106 | 213 | 54 | 62 | 0 | 104 | 55 | 150 | 64 | 44 |
| Binary | 1000110 | 10001011 | 101100 | 110010 | 0 | 1000100 | 101101 | 1101000 | 110100 | 100100 |
Color Harmonies of #468B2C
Complementary color
Monochromatic Colors of #468B2C
Black with #468B2C
Text Example
Text Example
White with #468B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B2C; }
p { color: rgb(70,139,44); }
H1.HeaderClassName
{
color: #468B2C;
}
.AnyTagClassName
{
color: #468B2C;
}
</style>
background-color css
<style>
a { background-color: #468B2C; }
a { background-color: rgb(70,139,44); }
div.DivClassName
{
background-color: #468B2C;
}
.BgClassName
{
background-color: #468B2C;
}
</style>
border-color css
<style>
span { border-color: #468B2C; }
span { border-color: rgb(70,139,44); }
td.TdClassName
{
border-color: #468B2C;
}
.TagClassName
{
border-color: #468B2C;
}
</style>