Shades of Allports #2A6B75
Tints of Allports #2A6B75
RGB
CMYK
RGB Variations
Color information
#2A6B75 (or 0x2A6B75) is known color: Allports. HEX triplet: 2A, 6B and 75. RGB value is (42,107,117). Sum of RGB (Red+Green+Blue) = 42+107+117=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A6B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B75 is #D5948A. Grayscale: #585858. Windows color (decimal): -13997195 or 7695146. OLE color: 7695146.
HSL color Cylindrical-coordinate representation of color #2A6B75: hue angle of 188º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A6B75 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 107 | 117 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.54 |
| HSL | 188º | 0.47% | 0.31% | - |
| HSV(B) | 188º | 0.64% | 0.46% | - |
| XYZ | 9.42 | 12.29 | 18.71 | - |
| YUV | 88.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 117 | 0.64 | 0.09 | 0 | 0.54 | 188 | 0.47 | 0.31 |
| Hex | 2A | 6B | 75 | 40 | 9 | 0 | 36 | BC | 2F | 1F |
| Octal | 52 | 153 | 165 | 100 | 11 | 0 | 66 | 274 | 57 | 37 |
| Binary | 101010 | 1101011 | 1110101 | 1000000 | 1001 | 0 | 110110 | 10111100 | 101111 | 11111 |
Color Harmonies of #2A6B75
Complementary color
Monochromatic Colors of #2A6B75
Black with #2A6B75
Text Example
Text Example
White with #2A6B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B75; }
p { color: rgb(42,107,117); }
H1.HeaderClassName
{
color: #2A6B75;
}
.AnyTagClassName
{
color: #2A6B75;
}
</style>
background-color css
<style>
a { background-color: #2A6B75; }
a { background-color: rgb(42,107,117); }
div.DivClassName
{
background-color: #2A6B75;
}
.BgClassName
{
background-color: #2A6B75;
}
</style>
border-color css
<style>
span { border-color: #2A6B75; }
span { border-color: rgb(42,107,117); }
td.TdClassName
{
border-color: #2A6B75;
}
.TagClassName
{
border-color: #2A6B75;
}
</style>