Shades of Java #2D9197
Tints of Java #2D9197
RGB
CMYK
RGB Variations
Color information
#2D9197 (or 0x2D9197) is known color: Java. HEX triplet: 2D, 91 and 97. RGB value is (45,145,151). Sum of RGB (Red+Green+Blue) = 45+145+151=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #2D9197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9197 is #D26E68. Grayscale: #737373. Windows color (decimal): -13790825 or 9933101. OLE color: 9933101.
HSL color Cylindrical-coordinate representation of color #2D9197: hue angle of 183.4º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9197 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 145 | 151 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.41 |
| HSL | 183.4º | 0.54% | 0.38% | - |
| HSV(B) | 183.4º | 0.7% | 0.59% | - |
| XYZ | 16.79 | 23.04 | 32.84 | - |
| YUV | 115.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 151 | 0.70 | 0.04 | 0 | 0.41 | 183.4 | 0.54 | 0.38 |
| Hex | 2D | 91 | 97 | 46 | 4 | 0 | 29 | B7 | 36 | 26 |
| Octal | 55 | 221 | 227 | 106 | 4 | 0 | 51 | 267 | 66 | 46 |
| Binary | 101101 | 10010001 | 10010111 | 1000110 | 100 | 0 | 101001 | 10110111 | 110110 | 100110 |
Color Harmonies of #2D9197
Complementary color
Monochromatic Colors of #2D9197
Black with #2D9197
Text Example
Text Example
White with #2D9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9197; }
p { color: rgb(45,145,151); }
H1.HeaderClassName
{
color: #2D9197;
}
.AnyTagClassName
{
color: #2D9197;
}
</style>
background-color css
<style>
a { background-color: #2D9197; }
a { background-color: rgb(45,145,151); }
div.DivClassName
{
background-color: #2D9197;
}
.BgClassName
{
background-color: #2D9197;
}
</style>
border-color css
<style>
span { border-color: #2D9197; }
span { border-color: rgb(45,145,151); }
td.TdClassName
{
border-color: #2D9197;
}
.TagClassName
{
border-color: #2D9197;
}
</style>