Shades of Oracle #2D6060
Tints of Oracle #2D6060
RGB
CMYK
RGB Variations
Color information
#2D6060 (or 0x2D6060) is known color: Oracle. HEX triplet: 2D, 60 and 60. RGB value is (45,96,96). Sum of RGB (Red+Green+Blue) = 45+96+96=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #2D6060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6060 is #D29F9F. Grayscale: #505050. Windows color (decimal): -13803424 or 6316077. OLE color: 6316077.
HSL color Cylindrical-coordinate representation of color #2D6060: hue angle of 180º 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 #2D6060 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 96 | - |
| CMYK | 0.53 | 0 | 0 | 0.62 |
| HSL | 180º | 0.36% | 0.28% | - |
| HSV(B) | 180º | 0.53% | 0.38% | - |
| XYZ | 7.38 | 9.77 | 12.56 | - |
| YUV | 80.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 96 | 0.53 | 0 | 0 | 0.62 | 180 | 0.36 | 0.28 |
| Hex | 2D | 60 | 60 | 35 | 0 | 0 | 3E | B4 | 24 | 1C |
| Octal | 55 | 140 | 140 | 65 | 0 | 0 | 76 | 264 | 44 | 34 |
| Binary | 101101 | 1100000 | 1100000 | 110101 | 0 | 0 | 111110 | 10110100 | 100100 | 11100 |
Color Harmonies of #2D6060
Complementary color
Monochromatic Colors of #2D6060
Black with #2D6060
Text Example
Text Example
White with #2D6060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6060; }
p { color: rgb(45,96,96); }
H1.HeaderClassName
{
color: #2D6060;
}
.AnyTagClassName
{
color: #2D6060;
}
</style>
background-color css
<style>
a { background-color: #2D6060; }
a { background-color: rgb(45,96,96); }
div.DivClassName
{
background-color: #2D6060;
}
.BgClassName
{
background-color: #2D6060;
}
</style>
border-color css
<style>
span { border-color: #2D6060; }
span { border-color: rgb(45,96,96); }
td.TdClassName
{
border-color: #2D6060;
}
.TagClassName
{
border-color: #2D6060;
}
</style>