Shades of La Palma #338F1B
Tints of La Palma #338F1B
RGB
CMYK
RGB Variations
Color information
#338F1B (or 0x338F1B) is known color: La Palma. HEX triplet: 33, 8F and 1B. RGB value is (51,143,27). Sum of RGB (Red+Green+Blue) = 51+143+27=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #338F1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338F1B is #CC70E4. Grayscale: #666666. Windows color (decimal): -13398245 or 1806131. OLE color: 1806131.
HSL color Cylindrical-coordinate representation of color #338F1B: hue angle of 107.59º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #338F1B is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 143 | 27 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.44 |
| HSL | 107.59º | 0.68% | 0.33% | - |
| HSV(B) | 107.59º | 0.81% | 0.56% | - |
| XYZ | 11.39 | 20.43 | 4.38 | - |
| YUV | 102.27 | 85.52 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 27 | 0.64 | 0 | 0.81 | 0.44 | 107.59 | 0.68 | 0.33 |
| Hex | 33 | 8F | 1B | 40 | 0 | 51 | 2C | 6C | 44 | 21 |
| Octal | 63 | 217 | 33 | 100 | 0 | 121 | 54 | 154 | 104 | 41 |
| Binary | 110011 | 10001111 | 11011 | 1000000 | 0 | 1010001 | 101100 | 1101100 | 1000100 | 100001 |
Color Harmonies of #338F1B
Complementary color
Monochromatic Colors of #338F1B
Black with #338F1B
Text Example
Text Example
White with #338F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338F1B; }
p { color: rgb(51,143,27); }
H1.HeaderClassName
{
color: #338F1B;
}
.AnyTagClassName
{
color: #338F1B;
}
</style>
background-color css
<style>
a { background-color: #338F1B; }
a { background-color: rgb(51,143,27); }
div.DivClassName
{
background-color: #338F1B;
}
.BgClassName
{
background-color: #338F1B;
}
</style>
border-color css
<style>
span { border-color: #338F1B; }
span { border-color: rgb(51,143,27); }
td.TdClassName
{
border-color: #338F1B;
}
.TagClassName
{
border-color: #338F1B;
}
</style>