Shades of Oracle #2D5F5E
Tints of Oracle #2D5F5E
RGB
CMYK
RGB Variations
Color information
#2D5F5E (or 0x2D5F5E) is known color: Oracle. HEX triplet: 2D, 5F and 5E. RGB value is (45,95,94). Sum of RGB (Red+Green+Blue) = 45+95+94=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F5E is #D2A0A1. Grayscale: #4F4F4F. Windows color (decimal): -13803682 or 6184749. OLE color: 6184749.
HSL color Cylindrical-coordinate representation of color #2D5F5E: hue angle of 178.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5F5E is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 95 | 94 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.63 |
| HSL | 178.8º | 0.36% | 0.27% | - |
| HSV(B) | 178.8º | 0.53% | 0.37% | - |
| XYZ | 7.19 | 9.55 | 12.05 | - |
| YUV | 79.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 94 | 0.53 | 0 | 0.01 | 0.63 | 178.8 | 0.36 | 0.27 |
| Hex | 2D | 5F | 5E | 35 | 0 | 1 | 3F | B3 | 24 | 1B |
| Octal | 55 | 137 | 136 | 65 | 0 | 1 | 77 | 263 | 44 | 33 |
| Binary | 101101 | 1011111 | 1011110 | 110101 | 0 | 1 | 111111 | 10110011 | 100100 | 11011 |
Color Harmonies of #2D5F5E
Complementary color
Monochromatic Colors of #2D5F5E
Black with #2D5F5E
Text Example
Text Example
White with #2D5F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F5E; }
p { color: rgb(45,95,94); }
H1.HeaderClassName
{
color: #2D5F5E;
}
.AnyTagClassName
{
color: #2D5F5E;
}
</style>
background-color css
<style>
a { background-color: #2D5F5E; }
a { background-color: rgb(45,95,94); }
div.DivClassName
{
background-color: #2D5F5E;
}
.BgClassName
{
background-color: #2D5F5E;
}
</style>
border-color css
<style>
span { border-color: #2D5F5E; }
span { border-color: rgb(45,95,94); }
td.TdClassName
{
border-color: #2D5F5E;
}
.TagClassName
{
border-color: #2D5F5E;
}
</style>