Shades of Bilbao #256F02
Tints of Bilbao #256F02
RGB
CMYK
RGB Variations
Color information
#256F02 (or 0x256F02) is known color: Bilbao. HEX triplet: 25, 6F and 02. RGB value is (37,111,2). Sum of RGB (Red+Green+Blue) = 37+111+2=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 111 (43.75% from 255 or 74% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 111 - color contains mainly: green. Hex color #256F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256F02 is #DA90FD. Grayscale: #4C4C4C. Windows color (decimal): -14323966 or 159525. OLE color: 159525.
HSL color Cylindrical-coordinate representation of color #256F02: hue angle of 100.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #256F02 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 2 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.56 |
| HSL | 100.73º | 0.96% | 0.22% | - |
| HSV(B) | 100.73º | 0.98% | 0.44% | - |
| XYZ | 6.46 | 11.77 | 1.99 | - |
| YUV | 76.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 2 | 0.67 | 0 | 0.98 | 0.56 | 100.73 | 0.96 | 0.22 |
| Hex | 25 | 6F | 2 | 43 | 0 | 62 | 38 | 65 | 60 | 16 |
| Octal | 45 | 157 | 2 | 103 | 0 | 142 | 70 | 145 | 140 | 26 |
| Binary | 100101 | 1101111 | 10 | 1000011 | 0 | 1100010 | 111000 | 1100101 | 1100000 | 10110 |
Color Harmonies of #256F02
Complementary color
Monochromatic Colors of #256F02
Black with #256F02
Text Example
Text Example
White with #256F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F02; }
p { color: rgb(37,111,2); }
H1.HeaderClassName
{
color: #256F02;
}
.AnyTagClassName
{
color: #256F02;
}
</style>
background-color css
<style>
a { background-color: #256F02; }
a { background-color: rgb(37,111,2); }
div.DivClassName
{
background-color: #256F02;
}
.BgClassName
{
background-color: #256F02;
}
</style>
border-color css
<style>
span { border-color: #256F02; }
span { border-color: rgb(37,111,2); }
td.TdClassName
{
border-color: #256F02;
}
.TagClassName
{
border-color: #256F02;
}
</style>