Shades of La Palma #33981B
Tints of La Palma #33981B
RGB
CMYK
RGB Variations
Color information
#33981B (or 0x33981B) is known color: La Palma. HEX triplet: 33, 98 and 1B. RGB value is (51,152,27). Sum of RGB (Red+Green+Blue) = 51+152+27=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 152 (59.77% from 255 or 66.09% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 152 - color contains mainly: green. Hex color #33981B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33981B is #CC67E4. Grayscale: #6B6B6B. Windows color (decimal): -13395941 or 1808435. OLE color: 1808435.
HSL color Cylindrical-coordinate representation of color #33981B: hue angle of 108.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33981B is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 27 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.40 |
| HSL | 108.48º | 0.7% | 0.35% | - |
| HSV(B) | 108.48º | 0.82% | 0.6% | - |
| XYZ | 12.79 | 23.24 | 4.85 | - |
| YUV | 107.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 27 | 0.66 | 0 | 0.82 | 0.40 | 108.48 | 0.7 | 0.35 |
| Hex | 33 | 98 | 1B | 42 | 0 | 52 | 28 | 6C | 46 | 23 |
| Octal | 63 | 230 | 33 | 102 | 0 | 122 | 50 | 154 | 106 | 43 |
| Binary | 110011 | 10011000 | 11011 | 1000010 | 0 | 1010010 | 101000 | 1101100 | 1000110 | 100011 |
Color Harmonies of #33981B
Complementary color
Monochromatic Colors of #33981B
Black with #33981B
Text Example
Text Example
White with #33981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33981B; }
p { color: rgb(51,152,27); }
H1.HeaderClassName
{
color: #33981B;
}
.AnyTagClassName
{
color: #33981B;
}
</style>
background-color css
<style>
a { background-color: #33981B; }
a { background-color: rgb(51,152,27); }
div.DivClassName
{
background-color: #33981B;
}
.BgClassName
{
background-color: #33981B;
}
</style>
border-color css
<style>
span { border-color: #33981B; }
span { border-color: rgb(51,152,27); }
td.TdClassName
{
border-color: #33981B;
}
.TagClassName
{
border-color: #33981B;
}
</style>