Shades of La Palma #33980F
Tints of La Palma #33980F
RGB
CMYK
RGB Variations
Color information
#33980F (or 0x33980F) is known color: La Palma. HEX triplet: 33, 98 and 0F. RGB value is (51,152,15). Sum of RGB (Red+Green+Blue) = 51+152+15=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 152 (59.77% from 255 or 69.72% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 152 - color contains mainly: green. Hex color #33980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33980F is #CC67F0. Grayscale: #6A6A6A. Windows color (decimal): -13395953 or 1022003. OLE color: 1022003.
HSL color Cylindrical-coordinate representation of color #33980F: hue angle of 104.23º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33980F is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 15 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.40 |
| HSL | 104.23º | 0.82% | 0.33% | - |
| HSV(B) | 104.23º | 0.9% | 0.6% | - |
| XYZ | 12.68 | 23.19 | 4.26 | - |
| YUV | 106.18 | 76.54 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 15 | 0.66 | 0 | 0.90 | 0.40 | 104.23 | 0.82 | 0.33 |
| Hex | 33 | 98 | F | 42 | 0 | 5A | 28 | 68 | 52 | 21 |
| Octal | 63 | 230 | 17 | 102 | 0 | 132 | 50 | 150 | 122 | 41 |
| Binary | 110011 | 10011000 | 1111 | 1000010 | 0 | 1011010 | 101000 | 1101000 | 1010010 | 100001 |
Color Harmonies of #33980F
Complementary color
Monochromatic Colors of #33980F
Black with #33980F
Text Example
Text Example
White with #33980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33980F; }
p { color: rgb(51,152,15); }
H1.HeaderClassName
{
color: #33980F;
}
.AnyTagClassName
{
color: #33980F;
}
</style>
background-color css
<style>
a { background-color: #33980F; }
a { background-color: rgb(51,152,15); }
div.DivClassName
{
background-color: #33980F;
}
.BgClassName
{
background-color: #33980F;
}
</style>
border-color css
<style>
span { border-color: #33980F; }
span { border-color: rgb(51,152,15); }
td.TdClassName
{
border-color: #33980F;
}
.TagClassName
{
border-color: #33980F;
}
</style>