Shades of Java #2D9195
Tints of Java #2D9195
RGB
CMYK
RGB Variations
Color information
#2D9195 (or 0x2D9195) is known color: Java. HEX triplet: 2D, 91 and 95. RGB value is (45,145,149). Sum of RGB (Red+Green+Blue) = 45+145+149=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D9195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9195 is #D26E6A. Grayscale: #737373. Windows color (decimal): -13790827 or 9802029. OLE color: 9802029.
HSL color Cylindrical-coordinate representation of color #2D9195: hue angle of 182.31º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9195 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 145 | 149 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.42 |
| HSL | 182.31º | 0.54% | 0.38% | - |
| HSV(B) | 182.31º | 0.7% | 0.58% | - |
| XYZ | 16.63 | 22.98 | 31.99 | - |
| YUV | 115.56 | 146.87 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 149 | 0.70 | 0.03 | 0 | 0.42 | 182.31 | 0.54 | 0.38 |
| Hex | 2D | 91 | 95 | 46 | 3 | 0 | 2A | B6 | 36 | 26 |
| Octal | 55 | 221 | 225 | 106 | 3 | 0 | 52 | 266 | 66 | 46 |
| Binary | 101101 | 10010001 | 10010101 | 1000110 | 11 | 0 | 101010 | 10110110 | 110110 | 100110 |
Color Harmonies of #2D9195
Complementary color
Monochromatic Colors of #2D9195
Black with #2D9195
Text Example
Text Example
White with #2D9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9195; }
p { color: rgb(45,145,149); }
H1.HeaderClassName
{
color: #2D9195;
}
.AnyTagClassName
{
color: #2D9195;
}
</style>
background-color css
<style>
a { background-color: #2D9195; }
a { background-color: rgb(45,145,149); }
div.DivClassName
{
background-color: #2D9195;
}
.BgClassName
{
background-color: #2D9195;
}
</style>
border-color css
<style>
span { border-color: #2D9195; }
span { border-color: rgb(45,145,149); }
td.TdClassName
{
border-color: #2D9195;
}
.TagClassName
{
border-color: #2D9195;
}
</style>