Shades of Oracle #2F5F5E
Tints of Oracle #2F5F5E
RGB
CMYK
RGB Variations
Color information
#2F5F5E (or 0x2F5F5E) is known color: Oracle. HEX triplet: 2F, 5F and 5E. RGB value is (47,95,94). Sum of RGB (Red+Green+Blue) = 47+95+94=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5F5E is #D0A0A1. Grayscale: #505050. Windows color (decimal): -13672610 or 6184751. OLE color: 6184751.
HSL color Cylindrical-coordinate representation of color #2F5F5E: hue angle of 178.75º 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 #2F5F5E is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 95 | 94 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.63 |
| HSL | 178.75º | 0.34% | 0.28% | - |
| HSV(B) | 178.75º | 0.51% | 0.37% | - |
| XYZ | 7.28 | 9.6 | 12.06 | - |
| YUV | 80.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 95 | 94 | 0.51 | 0 | 0.01 | 0.63 | 178.75 | 0.34 | 0.28 |
| Hex | 2F | 5F | 5E | 33 | 0 | 1 | 3F | B3 | 22 | 1C |
| Octal | 57 | 137 | 136 | 63 | 0 | 1 | 77 | 263 | 42 | 34 |
| Binary | 101111 | 1011111 | 1011110 | 110011 | 0 | 1 | 111111 | 10110011 | 100010 | 11100 |
Color Harmonies of #2F5F5E
Complementary color
Monochromatic Colors of #2F5F5E
Black with #2F5F5E
Text Example
Text Example
White with #2F5F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5F5E; }
p { color: rgb(47,95,94); }
H1.HeaderClassName
{
color: #2F5F5E;
}
.AnyTagClassName
{
color: #2F5F5E;
}
</style>
background-color css
<style>
a { background-color: #2F5F5E; }
a { background-color: rgb(47,95,94); }
div.DivClassName
{
background-color: #2F5F5E;
}
.BgClassName
{
background-color: #2F5F5E;
}
</style>
border-color css
<style>
span { border-color: #2F5F5E; }
span { border-color: rgb(47,95,94); }
td.TdClassName
{
border-color: #2F5F5E;
}
.TagClassName
{
border-color: #2F5F5E;
}
</style>