Shades of Oracle #2F6162
Tints of Oracle #2F6162
RGB
CMYK
RGB Variations
Color information
#2F6162 (or 0x2F6162) is known color: Oracle. HEX triplet: 2F, 61 and 62. RGB value is (47,97,98). Sum of RGB (Red+Green+Blue) = 47+97+98=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F6162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6162 is #D09E9D. Grayscale: #525252. Windows color (decimal): -13672094 or 6447407. OLE color: 6447407.
HSL color Cylindrical-coordinate representation of color #2F6162: hue angle of 181.18º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F6162 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 98 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.62 |
| HSL | 181.18º | 0.35% | 0.28% | - |
| HSV(B) | 181.18º | 0.52% | 0.38% | - |
| XYZ | 7.65 | 10.04 | 13.09 | - |
| YUV | 82.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 98 | 0.52 | 0.01 | 0 | 0.62 | 181.18 | 0.35 | 0.28 |
| Hex | 2F | 61 | 62 | 34 | 1 | 0 | 3E | B5 | 23 | 1C |
| Octal | 57 | 141 | 142 | 64 | 1 | 0 | 76 | 265 | 43 | 34 |
| Binary | 101111 | 1100001 | 1100010 | 110100 | 1 | 0 | 111110 | 10110101 | 100011 | 11100 |
Color Harmonies of #2F6162
Complementary color
Monochromatic Colors of #2F6162
Black with #2F6162
Text Example
Text Example
White with #2F6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6162; }
p { color: rgb(47,97,98); }
H1.HeaderClassName
{
color: #2F6162;
}
.AnyTagClassName
{
color: #2F6162;
}
</style>
background-color css
<style>
a { background-color: #2F6162; }
a { background-color: rgb(47,97,98); }
div.DivClassName
{
background-color: #2F6162;
}
.BgClassName
{
background-color: #2F6162;
}
</style>
border-color css
<style>
span { border-color: #2F6162; }
span { border-color: rgb(47,97,98); }
td.TdClassName
{
border-color: #2F6162;
}
.TagClassName
{
border-color: #2F6162;
}
</style>