Shades of Java #2B918D
Tints of Java #2B918D
RGB
CMYK
RGB Variations
Color information
#2B918D (or 0x2B918D) is known color: Java. HEX triplet: 2B, 91 and 8D. RGB value is (43,145,141). Sum of RGB (Red+Green+Blue) = 43+145+141=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #2B918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B918D is #D46E72. Grayscale: #717171. Windows color (decimal): -13921907 or 9277739. OLE color: 9277739.
HSL color Cylindrical-coordinate representation of color #2B918D: hue angle of 177.65º 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 #2B918D is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 141 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.43 |
| HSL | 177.65º | 0.54% | 0.37% | - |
| HSV(B) | 177.65º | 0.7% | 0.57% | - |
| XYZ | 15.93 | 22.69 | 28.74 | - |
| YUV | 114.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 141 | 0.70 | 0 | 0.03 | 0.43 | 177.65 | 0.54 | 0.37 |
| Hex | 2B | 91 | 8D | 46 | 0 | 3 | 2B | B2 | 36 | 25 |
| Octal | 53 | 221 | 215 | 106 | 0 | 3 | 53 | 262 | 66 | 45 |
| Binary | 101011 | 10010001 | 10001101 | 1000110 | 0 | 11 | 101011 | 10110010 | 110110 | 100101 |
Color Harmonies of #2B918D
Complementary color
Monochromatic Colors of #2B918D
Black with #2B918D
Text Example
Text Example
White with #2B918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B918D; }
p { color: rgb(43,145,141); }
H1.HeaderClassName
{
color: #2B918D;
}
.AnyTagClassName
{
color: #2B918D;
}
</style>
background-color css
<style>
a { background-color: #2B918D; }
a { background-color: rgb(43,145,141); }
div.DivClassName
{
background-color: #2B918D;
}
.BgClassName
{
background-color: #2B918D;
}
</style>
border-color css
<style>
span { border-color: #2B918D; }
span { border-color: rgb(43,145,141); }
td.TdClassName
{
border-color: #2B918D;
}
.TagClassName
{
border-color: #2B918D;
}
</style>