Shades of Bilbao #42812F
Tints of Bilbao #42812F
RGB
CMYK
RGB Variations
Color information
#42812F (or 0x42812F) is known color: Bilbao. HEX triplet: 42, 81 and 2F. RGB value is (66,129,47). Sum of RGB (Red+Green+Blue) = 66+129+47=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #42812F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42812F is #BD7ED0. Grayscale: #656565. Windows color (decimal): -12418769 or 3113282. OLE color: 3113282.
HSL color Cylindrical-coordinate representation of color #42812F: hue angle of 106.1º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42812F is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 47 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.49 |
| HSL | 106.1º | 0.47% | 0.35% | - |
| HSV(B) | 106.1º | 0.64% | 0.51% | - |
| XYZ | 10.61 | 17.06 | 5.42 | - |
| YUV | 100.82 | 97.63 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 47 | 0.49 | 0 | 0.64 | 0.49 | 106.1 | 0.47 | 0.35 |
| Hex | 42 | 81 | 2F | 31 | 0 | 40 | 31 | 6A | 2F | 23 |
| Octal | 102 | 201 | 57 | 61 | 0 | 100 | 61 | 152 | 57 | 43 |
| Binary | 1000010 | 10000001 | 101111 | 110001 | 0 | 1000000 | 110001 | 1101010 | 101111 | 100011 |
Color Harmonies of #42812F
Complementary color
Monochromatic Colors of #42812F
Black with #42812F
Text Example
Text Example
White with #42812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42812F; }
p { color: rgb(66,129,47); }
H1.HeaderClassName
{
color: #42812F;
}
.AnyTagClassName
{
color: #42812F;
}
</style>
background-color css
<style>
a { background-color: #42812F; }
a { background-color: rgb(66,129,47); }
div.DivClassName
{
background-color: #42812F;
}
.BgClassName
{
background-color: #42812F;
}
</style>
border-color css
<style>
span { border-color: #42812F; }
span { border-color: rgb(66,129,47); }
td.TdClassName
{
border-color: #42812F;
}
.TagClassName
{
border-color: #42812F;
}
</style>