Shades of Java #2D928B
Tints of Java #2D928B
RGB
CMYK
RGB Variations
Color information
#2D928B (or 0x2D928B) is known color: Java. HEX triplet: 2D, 92 and 8B. RGB value is (45,146,139). Sum of RGB (Red+Green+Blue) = 45+146+139=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #2D928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D928B is #D26D74. Grayscale: #727272. Windows color (decimal): -13790581 or 9146925. OLE color: 9146925.
HSL color Cylindrical-coordinate representation of color #2D928B: hue angle of 175.84º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D928B is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 139 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.43 |
| HSL | 175.84º | 0.53% | 0.37% | - |
| HSV(B) | 175.84º | 0.69% | 0.57% | - |
| XYZ | 16.02 | 22.98 | 28.02 | - |
| YUV | 115 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 139 | 0.69 | 0 | 0.05 | 0.43 | 175.84 | 0.53 | 0.37 |
| Hex | 2D | 92 | 8B | 45 | 0 | 5 | 2B | B0 | 35 | 25 |
| Octal | 55 | 222 | 213 | 105 | 0 | 5 | 53 | 260 | 65 | 45 |
| Binary | 101101 | 10010010 | 10001011 | 1000101 | 0 | 101 | 101011 | 10110000 | 110101 | 100101 |
Color Harmonies of #2D928B
Complementary color
Monochromatic Colors of #2D928B
Black with #2D928B
Text Example
Text Example
White with #2D928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D928B; }
p { color: rgb(45,146,139); }
H1.HeaderClassName
{
color: #2D928B;
}
.AnyTagClassName
{
color: #2D928B;
}
</style>
background-color css
<style>
a { background-color: #2D928B; }
a { background-color: rgb(45,146,139); }
div.DivClassName
{
background-color: #2D928B;
}
.BgClassName
{
background-color: #2D928B;
}
</style>
border-color css
<style>
span { border-color: #2D928B; }
span { border-color: rgb(45,146,139); }
td.TdClassName
{
border-color: #2D928B;
}
.TagClassName
{
border-color: #2D928B;
}
</style>