Shades of Java #2B918F
Tints of Java #2B918F
RGB
CMYK
RGB Variations
Color information
#2B918F (or 0x2B918F) is known color: Java. HEX triplet: 2B, 91 and 8F. RGB value is (43,145,143). Sum of RGB (Red+Green+Blue) = 43+145+143=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #2B918F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B918F is #D46E70. Grayscale: #727272. Windows color (decimal): -13921905 or 9408811. OLE color: 9408811.
HSL color Cylindrical-coordinate representation of color #2B918F: hue angle of 178.82º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B918F is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 143 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.43 |
| HSL | 178.82º | 0.54% | 0.37% | - |
| HSV(B) | 178.82º | 0.7% | 0.57% | - |
| XYZ | 16.08 | 22.75 | 29.53 | - |
| YUV | 114.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 143 | 0.70 | 0 | 0.01 | 0.43 | 178.82 | 0.54 | 0.37 |
| Hex | 2B | 91 | 8F | 46 | 0 | 1 | 2B | B3 | 36 | 25 |
| Octal | 53 | 221 | 217 | 106 | 0 | 1 | 53 | 263 | 66 | 45 |
| Binary | 101011 | 10010001 | 10001111 | 1000110 | 0 | 1 | 101011 | 10110011 | 110110 | 100101 |
Color Harmonies of #2B918F
Complementary color
Monochromatic Colors of #2B918F
Black with #2B918F
Text Example
Text Example
White with #2B918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B918F; }
p { color: rgb(43,145,143); }
H1.HeaderClassName
{
color: #2B918F;
}
.AnyTagClassName
{
color: #2B918F;
}
</style>
background-color css
<style>
a { background-color: #2B918F; }
a { background-color: rgb(43,145,143); }
div.DivClassName
{
background-color: #2B918F;
}
.BgClassName
{
background-color: #2B918F;
}
</style>
border-color css
<style>
span { border-color: #2B918F; }
span { border-color: rgb(43,145,143); }
td.TdClassName
{
border-color: #2B918F;
}
.TagClassName
{
border-color: #2B918F;
}
</style>