Shades of La Palma #409302
Tints of La Palma #409302
RGB
CMYK
RGB Variations
Color information
#409302 (or 0x409302) is known color: La Palma. HEX triplet: 40, 93 and 02. RGB value is (64,147,2). Sum of RGB (Red+Green+Blue) = 64+147+2=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #409302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409302 is #BF6CFD. Grayscale: #6A6A6A. Windows color (decimal): -12545278 or 168768. OLE color: 168768.
HSL color Cylindrical-coordinate representation of color #409302: hue angle of 94.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #409302 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.42 |
| HSL | 94.34º | 0.97% | 0.29% | - |
| HSV(B) | 94.34º | 0.99% | 0.58% | - |
| XYZ | 12.56 | 21.96 | 3.63 | - |
| YUV | 105.65 | 69.5 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 2 | 0.56 | 0 | 0.99 | 0.42 | 94.34 | 0.97 | 0.29 |
| Hex | 40 | 93 | 2 | 38 | 0 | 63 | 2A | 5E | 61 | 1D |
| Octal | 100 | 223 | 2 | 70 | 0 | 143 | 52 | 136 | 141 | 35 |
| Binary | 1000000 | 10010011 | 10 | 111000 | 0 | 1100011 | 101010 | 1011110 | 1100001 | 11101 |
Color Harmonies of #409302
Complementary color
Monochromatic Colors of #409302
Black with #409302
Text Example
Text Example
White with #409302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409302; }
p { color: rgb(64,147,2); }
H1.HeaderClassName
{
color: #409302;
}
.AnyTagClassName
{
color: #409302;
}
</style>
background-color css
<style>
a { background-color: #409302; }
a { background-color: rgb(64,147,2); }
div.DivClassName
{
background-color: #409302;
}
.BgClassName
{
background-color: #409302;
}
</style>
border-color css
<style>
span { border-color: #409302; }
span { border-color: rgb(64,147,2); }
td.TdClassName
{
border-color: #409302;
}
.TagClassName
{
border-color: #409302;
}
</style>