Shades of La Palma #438B1F
Tints of La Palma #438B1F
RGB
CMYK
RGB Variations
Color information
#438B1F (or 0x438B1F) is known color: La Palma. HEX triplet: 43, 8B and 1F. RGB value is (67,139,31). Sum of RGB (Red+Green+Blue) = 67+139+31=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #438B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438B1F is #BC74E0. Grayscale: #696969. Windows color (decimal): -12350689 or 2067267. OLE color: 2067267.
HSL color Cylindrical-coordinate representation of color #438B1F: hue angle of 100º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #438B1F is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 31 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.45 |
| HSL | 100º | 0.64% | 0.33% | - |
| HSV(B) | 100º | 0.78% | 0.55% | - |
| XYZ | 11.79 | 19.76 | 4.49 | - |
| YUV | 105.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 31 | 0.52 | 0 | 0.78 | 0.45 | 100 | 0.64 | 0.33 |
| Hex | 43 | 8B | 1F | 34 | 0 | 4E | 2D | 64 | 40 | 21 |
| Octal | 103 | 213 | 37 | 64 | 0 | 116 | 55 | 144 | 100 | 41 |
| Binary | 1000011 | 10001011 | 11111 | 110100 | 0 | 1001110 | 101101 | 1100100 | 1000000 | 100001 |
Color Harmonies of #438B1F
Complementary color
Monochromatic Colors of #438B1F
Black with #438B1F
Text Example
Text Example
White with #438B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B1F; }
p { color: rgb(67,139,31); }
H1.HeaderClassName
{
color: #438B1F;
}
.AnyTagClassName
{
color: #438B1F;
}
</style>
background-color css
<style>
a { background-color: #438B1F; }
a { background-color: rgb(67,139,31); }
div.DivClassName
{
background-color: #438B1F;
}
.BgClassName
{
background-color: #438B1F;
}
</style>
border-color css
<style>
span { border-color: #438B1F; }
span { border-color: rgb(67,139,31); }
td.TdClassName
{
border-color: #438B1F;
}
.TagClassName
{
border-color: #438B1F;
}
</style>