Shades of Java #2D928A
Tints of Java #2D928A
RGB
CMYK
RGB Variations
Color information
#2D928A (or 0x2D928A) is known color: Java. HEX triplet: 2D, 92 and 8A. RGB value is (45,146,138). Sum of RGB (Red+Green+Blue) = 45+146+138=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #2D928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D928A is #D26D75. Grayscale: #727272. Windows color (decimal): -13790582 or 9081389. OLE color: 9081389.
HSL color Cylindrical-coordinate representation of color #2D928A: hue angle of 175.25º 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 #2D928A is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 138 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.43 |
| HSL | 175.25º | 0.53% | 0.37% | - |
| HSV(B) | 175.25º | 0.69% | 0.57% | - |
| XYZ | 15.95 | 22.95 | 27.63 | - |
| YUV | 114.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 138 | 0.69 | 0 | 0.05 | 0.43 | 175.25 | 0.53 | 0.37 |
| Hex | 2D | 92 | 8A | 45 | 0 | 5 | 2B | AF | 35 | 25 |
| Octal | 55 | 222 | 212 | 105 | 0 | 5 | 53 | 257 | 65 | 45 |
| Binary | 101101 | 10010010 | 10001010 | 1000101 | 0 | 101 | 101011 | 10101111 | 110101 | 100101 |
Color Harmonies of #2D928A
Complementary color
Monochromatic Colors of #2D928A
Black with #2D928A
Text Example
Text Example
White with #2D928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D928A; }
p { color: rgb(45,146,138); }
H1.HeaderClassName
{
color: #2D928A;
}
.AnyTagClassName
{
color: #2D928A;
}
</style>
background-color css
<style>
a { background-color: #2D928A; }
a { background-color: rgb(45,146,138); }
div.DivClassName
{
background-color: #2D928A;
}
.BgClassName
{
background-color: #2D928A;
}
</style>
border-color css
<style>
span { border-color: #2D928A; }
span { border-color: rgb(45,146,138); }
td.TdClassName
{
border-color: #2D928A;
}
.TagClassName
{
border-color: #2D928A;
}
</style>