Shades of Bilbao #2D700A
Tints of Bilbao #2D700A
RGB
CMYK
RGB Variations
Color information
#2D700A (or 0x2D700A) is known color: Bilbao. HEX triplet: 2D, 70 and 0A. RGB value is (45,112,10). Sum of RGB (Red+Green+Blue) = 45+112+10=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #2D700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D700A is #D28FF5. Grayscale: #505050. Windows color (decimal): -13799414 or 684077. OLE color: 684077.
HSL color Cylindrical-coordinate representation of color #2D700A: hue angle of 99.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D700A is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
RGB | 45 | 112 | 10 | - |
CMYK | 0.60 | 0 | 0.91 | 0.56 |
HSL | 99.41º | 0.84% | 0.24% | - |
HSV(B) | 99.41º | 0.91% | 0.44% | - |
XYZ | 6.93 | 12.17 | 2.27 | - |
YUV | 80.34 | 88.3 | 102.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 112 | 10 | 0.60 | 0 | 0.91 | 0.56 | 99.41 | 0.84 | 0.24 |
Hex | 2D | 70 | A | 3C | 0 | 5B | 38 | 63 | 54 | 18 |
Octal | 55 | 160 | 12 | 74 | 0 | 133 | 70 | 143 | 124 | 30 |
Binary | 101101 | 1110000 | 1010 | 111100 | 0 | 1011011 | 111000 | 1100011 | 1010100 | 11000 |
Color Harmonies of #2D700A
Complementary color
Monochromatic Colors of #2D700A
Black with #2D700A
Text Example
Text Example
White with #2D700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D700A; }
p { color: rgb(45,112,10); }
H1.HeaderClassName
{
color: #2D700A;
}
.AnyTagClassName
{
color: #2D700A;
}
</style>
background-color css
<style>
a { background-color: #2D700A; }
a { background-color: rgb(45,112,10); }
div.DivClassName
{
background-color: #2D700A;
}
.BgClassName
{
background-color: #2D700A;
}
</style>
border-color css
<style>
span { border-color: #2D700A; }
span { border-color: rgb(45,112,10); }
td.TdClassName
{
border-color: #2D700A;
}
.TagClassName
{
border-color: #2D700A;
}
</style>