Shades of Bilbao #2D6B02
Tints of Bilbao #2D6B02
RGB
CMYK
RGB Variations
Color information
#2D6B02 (or 0x2D6B02) is known color: Bilbao. HEX triplet: 2D, 6B and 02. RGB value is (45,107,2). Sum of RGB (Red+Green+Blue) = 45+107+2=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6B02 is #D294FD. Grayscale: #4C4C4C. Windows color (decimal): -13800702 or 158509. OLE color: 158509.
HSL color Cylindrical-coordinate representation of color #2D6B02: hue angle of 95.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D6B02 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 107 | 2 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.58 |
| HSL | 95.43º | 0.96% | 0.21% | - |
| HSV(B) | 95.43º | 0.98% | 0.42% | - |
| XYZ | 6.35 | 11.08 | 1.86 | - |
| YUV | 76.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 2 | 0.58 | 0 | 0.98 | 0.58 | 95.43 | 0.96 | 0.21 |
| Hex | 2D | 6B | 2 | 3A | 0 | 62 | 3A | 5F | 60 | 15 |
| Octal | 55 | 153 | 2 | 72 | 0 | 142 | 72 | 137 | 140 | 25 |
| Binary | 101101 | 1101011 | 10 | 111010 | 0 | 1100010 | 111010 | 1011111 | 1100000 | 10101 |
Color Harmonies of #2D6B02
Complementary color
Monochromatic Colors of #2D6B02
Black with #2D6B02
Text Example
Text Example
White with #2D6B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6B02; }
p { color: rgb(45,107,2); }
H1.HeaderClassName
{
color: #2D6B02;
}
.AnyTagClassName
{
color: #2D6B02;
}
</style>
background-color css
<style>
a { background-color: #2D6B02; }
a { background-color: rgb(45,107,2); }
div.DivClassName
{
background-color: #2D6B02;
}
.BgClassName
{
background-color: #2D6B02;
}
</style>
border-color css
<style>
span { border-color: #2D6B02; }
span { border-color: rgb(45,107,2); }
td.TdClassName
{
border-color: #2D6B02;
}
.TagClassName
{
border-color: #2D6B02;
}
</style>