Shades of Oracle #2F605E
Tints of Oracle #2F605E
RGB
CMYK
RGB Variations
Color information
#2F605E (or 0x2F605E) is known color: Oracle. HEX triplet: 2F, 60 and 5E. RGB value is (47,96,94). Sum of RGB (Red+Green+Blue) = 47+96+94=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #2F605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F605E is #D09FA1. Grayscale: #515151. Windows color (decimal): -13672354 or 6185007. OLE color: 6185007.
HSL color Cylindrical-coordinate representation of color #2F605E: hue angle of 177.55º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F605E is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 94 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.62 |
| HSL | 177.55º | 0.34% | 0.28% | - |
| HSV(B) | 177.55º | 0.51% | 0.38% | - |
| XYZ | 7.38 | 9.78 | 12.09 | - |
| YUV | 81.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 94 | 0.51 | 0 | 0.02 | 0.62 | 177.55 | 0.34 | 0.28 |
| Hex | 2F | 60 | 5E | 33 | 0 | 2 | 3E | B2 | 22 | 1C |
| Octal | 57 | 140 | 136 | 63 | 0 | 2 | 76 | 262 | 42 | 34 |
| Binary | 101111 | 1100000 | 1011110 | 110011 | 0 | 10 | 111110 | 10110010 | 100010 | 11100 |
Color Harmonies of #2F605E
Complementary color
Monochromatic Colors of #2F605E
Black with #2F605E
Text Example
Text Example
White with #2F605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F605E; }
p { color: rgb(47,96,94); }
H1.HeaderClassName
{
color: #2F605E;
}
.AnyTagClassName
{
color: #2F605E;
}
</style>
background-color css
<style>
a { background-color: #2F605E; }
a { background-color: rgb(47,96,94); }
div.DivClassName
{
background-color: #2F605E;
}
.BgClassName
{
background-color: #2F605E;
}
</style>
border-color css
<style>
span { border-color: #2F605E; }
span { border-color: rgb(47,96,94); }
td.TdClassName
{
border-color: #2F605E;
}
.TagClassName
{
border-color: #2F605E;
}
</style>