Shades of Java #2B928A
Tints of Java #2B928A
RGB
CMYK
RGB Variations
Color information
#2B928A (or 0x2B928A) is known color: Java. HEX triplet: 2B, 92 and 8A. RGB value is (43,146,138). Sum of RGB (Red+Green+Blue) = 43+146+138=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #2B928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B928A is #D46D75. Grayscale: #727272. Windows color (decimal): -13921654 or 9081387. OLE color: 9081387.
HSL color Cylindrical-coordinate representation of color #2B928A: hue angle of 175.34º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B928A is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 138 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.43 |
| HSL | 175.34º | 0.54% | 0.37% | - |
| HSV(B) | 175.34º | 0.71% | 0.57% | - |
| XYZ | 15.86 | 22.91 | 27.63 | - |
| YUV | 114.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 138 | 0.71 | 0 | 0.05 | 0.43 | 175.34 | 0.54 | 0.37 |
| Hex | 2B | 92 | 8A | 47 | 0 | 5 | 2B | AF | 36 | 25 |
| Octal | 53 | 222 | 212 | 107 | 0 | 5 | 53 | 257 | 66 | 45 |
| Binary | 101011 | 10010010 | 10001010 | 1000111 | 0 | 101 | 101011 | 10101111 | 110110 | 100101 |
Color Harmonies of #2B928A
Complementary color
Monochromatic Colors of #2B928A
Black with #2B928A
Text Example
Text Example
White with #2B928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B928A; }
p { color: rgb(43,146,138); }
H1.HeaderClassName
{
color: #2B928A;
}
.AnyTagClassName
{
color: #2B928A;
}
</style>
background-color css
<style>
a { background-color: #2B928A; }
a { background-color: rgb(43,146,138); }
div.DivClassName
{
background-color: #2B928A;
}
.BgClassName
{
background-color: #2B928A;
}
</style>
border-color css
<style>
span { border-color: #2B928A; }
span { border-color: rgb(43,146,138); }
td.TdClassName
{
border-color: #2B928A;
}
.TagClassName
{
border-color: #2B928A;
}
</style>