Shades of Oracle #2D605F
Tints of Oracle #2D605F
RGB
CMYK
RGB Variations
Color information
#2D605F (or 0x2D605F) is known color: Oracle. HEX triplet: 2D, 60 and 5F. RGB value is (45,96,95). Sum of RGB (Red+Green+Blue) = 45+96+95=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #2D605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D605F is #D29FA0. Grayscale: #505050. Windows color (decimal): -13803425 or 6250541. OLE color: 6250541.
HSL color Cylindrical-coordinate representation of color #2D605F: hue angle of 178.82º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D605F is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 95 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.62 |
| HSL | 178.82º | 0.36% | 0.28% | - |
| HSV(B) | 178.82º | 0.53% | 0.38% | - |
| XYZ | 7.33 | 9.75 | 12.32 | - |
| YUV | 80.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 95 | 0.53 | 0 | 0.01 | 0.62 | 178.82 | 0.36 | 0.28 |
| Hex | 2D | 60 | 5F | 35 | 0 | 1 | 3E | B3 | 24 | 1C |
| Octal | 55 | 140 | 137 | 65 | 0 | 1 | 76 | 263 | 44 | 34 |
| Binary | 101101 | 1100000 | 1011111 | 110101 | 0 | 1 | 111110 | 10110011 | 100100 | 11100 |
Color Harmonies of #2D605F
Complementary color
Monochromatic Colors of #2D605F
Black with #2D605F
Text Example
Text Example
White with #2D605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D605F; }
p { color: rgb(45,96,95); }
H1.HeaderClassName
{
color: #2D605F;
}
.AnyTagClassName
{
color: #2D605F;
}
</style>
background-color css
<style>
a { background-color: #2D605F; }
a { background-color: rgb(45,96,95); }
div.DivClassName
{
background-color: #2D605F;
}
.BgClassName
{
background-color: #2D605F;
}
</style>
border-color css
<style>
span { border-color: #2D605F; }
span { border-color: rgb(45,96,95); }
td.TdClassName
{
border-color: #2D605F;
}
.TagClassName
{
border-color: #2D605F;
}
</style>