Shades of Oracle #2F605D
Tints of Oracle #2F605D
RGB
CMYK
RGB Variations
Color information
#2F605D (or 0x2F605D) is known color: Oracle. HEX triplet: 2F, 60 and 5D. RGB value is (47,96,93). Sum of RGB (Red+Green+Blue) = 47+96+93=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #2F605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F605D is #D09FA2. Grayscale: #505050. Windows color (decimal): -13672355 or 6119471. OLE color: 6119471.
HSL color Cylindrical-coordinate representation of color #2F605D: hue angle of 176.33º 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 #2F605D is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 93 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.62 |
| HSL | 176.33º | 0.34% | 0.28% | - |
| HSV(B) | 176.33º | 0.51% | 0.38% | - |
| XYZ | 7.33 | 9.76 | 11.85 | - |
| YUV | 81.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 93 | 0.51 | 0 | 0.03 | 0.62 | 176.33 | 0.34 | 0.28 |
| Hex | 2F | 60 | 5D | 33 | 0 | 3 | 3E | B0 | 22 | 1C |
| Octal | 57 | 140 | 135 | 63 | 0 | 3 | 76 | 260 | 42 | 34 |
| Binary | 101111 | 1100000 | 1011101 | 110011 | 0 | 11 | 111110 | 10110000 | 100010 | 11100 |
Color Harmonies of #2F605D
Complementary color
Monochromatic Colors of #2F605D
Black with #2F605D
Text Example
Text Example
White with #2F605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F605D; }
p { color: rgb(47,96,93); }
H1.HeaderClassName
{
color: #2F605D;
}
.AnyTagClassName
{
color: #2F605D;
}
</style>
background-color css
<style>
a { background-color: #2F605D; }
a { background-color: rgb(47,96,93); }
div.DivClassName
{
background-color: #2F605D;
}
.BgClassName
{
background-color: #2F605D;
}
</style>
border-color css
<style>
span { border-color: #2F605D; }
span { border-color: rgb(47,96,93); }
td.TdClassName
{
border-color: #2F605D;
}
.TagClassName
{
border-color: #2F605D;
}
</style>