Shades of Oracle #2F615F
Tints of Oracle #2F615F
RGB
CMYK
RGB Variations
Color information
#2F615F (or 0x2F615F) is known color: Oracle. HEX triplet: 2F, 61 and 5F. RGB value is (47,97,95). Sum of RGB (Red+Green+Blue) = 47+97+95=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #2F615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F615F is #D09EA0. Grayscale: #515151. Windows color (decimal): -13672097 or 6250799. OLE color: 6250799.
HSL color Cylindrical-coordinate representation of color #2F615F: hue angle of 177.6º 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 #2F615F is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 97 | 95 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.62 |
| HSL | 177.6º | 0.35% | 0.28% | - |
| HSV(B) | 177.6º | 0.52% | 0.38% | - |
| XYZ | 7.51 | 9.98 | 12.36 | - |
| YUV | 81.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 95 | 0.52 | 0 | 0.02 | 0.62 | 177.6 | 0.35 | 0.28 |
| Hex | 2F | 61 | 5F | 34 | 0 | 2 | 3E | B2 | 23 | 1C |
| Octal | 57 | 141 | 137 | 64 | 0 | 2 | 76 | 262 | 43 | 34 |
| Binary | 101111 | 1100001 | 1011111 | 110100 | 0 | 10 | 111110 | 10110010 | 100011 | 11100 |
Color Harmonies of #2F615F
Complementary color
Monochromatic Colors of #2F615F
Black with #2F615F
Text Example
Text Example
White with #2F615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F615F; }
p { color: rgb(47,97,95); }
H1.HeaderClassName
{
color: #2F615F;
}
.AnyTagClassName
{
color: #2F615F;
}
</style>
background-color css
<style>
a { background-color: #2F615F; }
a { background-color: rgb(47,97,95); }
div.DivClassName
{
background-color: #2F615F;
}
.BgClassName
{
background-color: #2F615F;
}
</style>
border-color css
<style>
span { border-color: #2F615F; }
span { border-color: rgb(47,97,95); }
td.TdClassName
{
border-color: #2F615F;
}
.TagClassName
{
border-color: #2F615F;
}
</style>