Shades of Java #2D928C
Tints of Java #2D928C
RGB
CMYK
RGB Variations
Color information
#2D928C (or 0x2D928C) is known color: Java. HEX triplet: 2D, 92 and 8C. RGB value is (45,146,140). Sum of RGB (Red+Green+Blue) = 45+146+140=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #2D928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D928C is #D26D73. Grayscale: #737373. Windows color (decimal): -13790580 or 9212461. OLE color: 9212461.
HSL color Cylindrical-coordinate representation of color #2D928C: hue angle of 176.44º 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 #2D928C is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 140 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.43 |
| HSL | 176.44º | 0.53% | 0.37% | - |
| HSV(B) | 176.44º | 0.69% | 0.57% | - |
| XYZ | 16.09 | 23.01 | 28.4 | - |
| YUV | 115.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 140 | 0.69 | 0 | 0.04 | 0.43 | 176.44 | 0.53 | 0.37 |
| Hex | 2D | 92 | 8C | 45 | 0 | 4 | 2B | B0 | 35 | 25 |
| Octal | 55 | 222 | 214 | 105 | 0 | 4 | 53 | 260 | 65 | 45 |
| Binary | 101101 | 10010010 | 10001100 | 1000101 | 0 | 100 | 101011 | 10110000 | 110101 | 100101 |
Color Harmonies of #2D928C
Complementary color
Monochromatic Colors of #2D928C
Black with #2D928C
Text Example
Text Example
White with #2D928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D928C; }
p { color: rgb(45,146,140); }
H1.HeaderClassName
{
color: #2D928C;
}
.AnyTagClassName
{
color: #2D928C;
}
</style>
background-color css
<style>
a { background-color: #2D928C; }
a { background-color: rgb(45,146,140); }
div.DivClassName
{
background-color: #2D928C;
}
.BgClassName
{
background-color: #2D928C;
}
</style>
border-color css
<style>
span { border-color: #2D928C; }
span { border-color: rgb(45,146,140); }
td.TdClassName
{
border-color: #2D928C;
}
.TagClassName
{
border-color: #2D928C;
}
</style>