Shades of La Palma #468C2C
Tints of La Palma #468C2C
RGB
CMYK
RGB Variations
Color information
#468C2C (or 0x468C2C) is known color: La Palma. HEX triplet: 46, 8C and 2C. RGB value is (70,140,44). Sum of RGB (Red+Green+Blue) = 70+140+44=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 140 (55.08% from 255 or 55.12% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 140 - color contains mainly: green. Hex color #468C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C2C is #B973D3. Grayscale: #6C6C6C. Windows color (decimal): -12153812 or 2919494. OLE color: 2919494.
HSL color Cylindrical-coordinate representation of color #468C2C: hue angle of 103.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468C2C is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 44 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.45 |
| HSL | 103.75º | 0.52% | 0.36% | - |
| HSV(B) | 103.75º | 0.69% | 0.55% | - |
| XYZ | 12.36 | 20.24 | 5.64 | - |
| YUV | 108.13 | 91.81 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 44 | 0.50 | 0 | 0.69 | 0.45 | 103.75 | 0.52 | 0.36 |
| Hex | 46 | 8C | 2C | 32 | 0 | 45 | 2D | 68 | 34 | 24 |
| Octal | 106 | 214 | 54 | 62 | 0 | 105 | 55 | 150 | 64 | 44 |
| Binary | 1000110 | 10001100 | 101100 | 110010 | 0 | 1000101 | 101101 | 1101000 | 110100 | 100100 |
Color Harmonies of #468C2C
Complementary color
Monochromatic Colors of #468C2C
Black with #468C2C
Text Example
Text Example
White with #468C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C2C; }
p { color: rgb(70,140,44); }
H1.HeaderClassName
{
color: #468C2C;
}
.AnyTagClassName
{
color: #468C2C;
}
</style>
background-color css
<style>
a { background-color: #468C2C; }
a { background-color: rgb(70,140,44); }
div.DivClassName
{
background-color: #468C2C;
}
.BgClassName
{
background-color: #468C2C;
}
</style>
border-color css
<style>
span { border-color: #468C2C; }
span { border-color: rgb(70,140,44); }
td.TdClassName
{
border-color: #468C2C;
}
.TagClassName
{
border-color: #468C2C;
}
</style>