Shades of La Palma #438A1E
Tints of La Palma #438A1E
RGB
CMYK
RGB Variations
Color information
#438A1E (or 0x438A1E) is known color: La Palma. HEX triplet: 43, 8A and 1E. RGB value is (67,138,30). Sum of RGB (Red+Green+Blue) = 67+138+30=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 138 (54.30% from 255 or 58.72% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 138 - color contains mainly: green. Hex color #438A1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438A1E is #BC75E1. Grayscale: #686868. Windows color (decimal): -12350946 or 2001475. OLE color: 2001475.
HSL color Cylindrical-coordinate representation of color #438A1E: hue angle of 99.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #438A1E is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 30 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.46 |
| HSL | 99.44º | 0.64% | 0.33% | - |
| HSV(B) | 99.44º | 0.78% | 0.54% | - |
| XYZ | 11.64 | 19.46 | 4.37 | - |
| YUV | 104.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 30 | 0.51 | 0 | 0.78 | 0.46 | 99.44 | 0.64 | 0.33 |
| Hex | 43 | 8A | 1E | 33 | 0 | 4E | 2E | 63 | 40 | 21 |
| Octal | 103 | 212 | 36 | 63 | 0 | 116 | 56 | 143 | 100 | 41 |
| Binary | 1000011 | 10001010 | 11110 | 110011 | 0 | 1001110 | 101110 | 1100011 | 1000000 | 100001 |
Color Harmonies of #438A1E
Complementary color
Monochromatic Colors of #438A1E
Black with #438A1E
Text Example
Text Example
White with #438A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A1E; }
p { color: rgb(67,138,30); }
H1.HeaderClassName
{
color: #438A1E;
}
.AnyTagClassName
{
color: #438A1E;
}
</style>
background-color css
<style>
a { background-color: #438A1E; }
a { background-color: rgb(67,138,30); }
div.DivClassName
{
background-color: #438A1E;
}
.BgClassName
{
background-color: #438A1E;
}
</style>
border-color css
<style>
span { border-color: #438A1E; }
span { border-color: rgb(67,138,30); }
td.TdClassName
{
border-color: #438A1E;
}
.TagClassName
{
border-color: #438A1E;
}
</style>