Shades of Oracle #2F595F
Tints of Oracle #2F595F
RGB
CMYK
RGB Variations
Color information
#2F595F (or 0x2F595F) is known color: Oracle. HEX triplet: 2F, 59 and 5F. RGB value is (47,89,95). Sum of RGB (Red+Green+Blue) = 47+89+95=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F595F is #D0A6A0. Grayscale: #4D4D4D. Windows color (decimal): -13674145 or 6248751. OLE color: 6248751.
HSL color Cylindrical-coordinate representation of color #2F595F: hue angle of 187.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F595F is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 89 | 95 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.63 |
| HSL | 187.5º | 0.34% | 0.28% | - |
| HSV(B) | 187.5º | 0.51% | 0.37% | - |
| XYZ | 6.81 | 8.58 | 12.12 | - |
| YUV | 77.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 95 | 0.51 | 0.06 | 0 | 0.63 | 187.5 | 0.34 | 0.28 |
| Hex | 2F | 59 | 5F | 33 | 6 | 0 | 3F | BC | 22 | 1C |
| Octal | 57 | 131 | 137 | 63 | 6 | 0 | 77 | 274 | 42 | 34 |
| Binary | 101111 | 1011001 | 1011111 | 110011 | 110 | 0 | 111111 | 10111100 | 100010 | 11100 |
Color Harmonies of #2F595F
Complementary color
Monochromatic Colors of #2F595F
Black with #2F595F
Text Example
Text Example
White with #2F595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F595F; }
p { color: rgb(47,89,95); }
H1.HeaderClassName
{
color: #2F595F;
}
.AnyTagClassName
{
color: #2F595F;
}
</style>
background-color css
<style>
a { background-color: #2F595F; }
a { background-color: rgb(47,89,95); }
div.DivClassName
{
background-color: #2F595F;
}
.BgClassName
{
background-color: #2F595F;
}
</style>
border-color css
<style>
span { border-color: #2F595F; }
span { border-color: rgb(47,89,95); }
td.TdClassName
{
border-color: #2F595F;
}
.TagClassName
{
border-color: #2F595F;
}
</style>