Shades of Java #2D928D
Tints of Java #2D928D
RGB
CMYK
RGB Variations
Color information
#2D928D (or 0x2D928D) is known color: Java. HEX triplet: 2D, 92 and 8D. RGB value is (45,146,141). Sum of RGB (Red+Green+Blue) = 45+146+141=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #2D928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D928D is #D26D72. Grayscale: #737373. Windows color (decimal): -13790579 or 9277997. OLE color: 9277997.
HSL color Cylindrical-coordinate representation of color #2D928D: hue angle of 177.03º 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 #2D928D is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 141 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.43 |
| HSL | 177.03º | 0.53% | 0.37% | - |
| HSV(B) | 177.03º | 0.69% | 0.57% | - |
| XYZ | 16.17 | 23.04 | 28.79 | - |
| YUV | 115.23 | 142.54 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 141 | 0.69 | 0 | 0.03 | 0.43 | 177.03 | 0.53 | 0.37 |
| Hex | 2D | 92 | 8D | 45 | 0 | 3 | 2B | B1 | 35 | 25 |
| Octal | 55 | 222 | 215 | 105 | 0 | 3 | 53 | 261 | 65 | 45 |
| Binary | 101101 | 10010010 | 10001101 | 1000101 | 0 | 11 | 101011 | 10110001 | 110101 | 100101 |
Color Harmonies of #2D928D
Complementary color
Monochromatic Colors of #2D928D
Black with #2D928D
Text Example
Text Example
White with #2D928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D928D; }
p { color: rgb(45,146,141); }
H1.HeaderClassName
{
color: #2D928D;
}
.AnyTagClassName
{
color: #2D928D;
}
</style>
background-color css
<style>
a { background-color: #2D928D; }
a { background-color: rgb(45,146,141); }
div.DivClassName
{
background-color: #2D928D;
}
.BgClassName
{
background-color: #2D928D;
}
</style>
border-color css
<style>
span { border-color: #2D928D; }
span { border-color: rgb(45,146,141); }
td.TdClassName
{
border-color: #2D928D;
}
.TagClassName
{
border-color: #2D928D;
}
</style>