Shades of Java #2D9192
Tints of Java #2D9192
RGB
CMYK
RGB Variations
Color information
#2D9192 (or 0x2D9192) is known color: Java. HEX triplet: 2D, 91 and 92. RGB value is (45,145,146). Sum of RGB (Red+Green+Blue) = 45+145+146=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D9192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9192 is #D26E6D. Grayscale: #737373. Windows color (decimal): -13790830 or 9605421. OLE color: 9605421.
HSL color Cylindrical-coordinate representation of color #2D9192: hue angle of 180.59º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9192 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 145 | 146 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.43 |
| HSL | 180.59º | 0.53% | 0.37% | - |
| HSV(B) | 180.59º | 0.69% | 0.57% | - |
| XYZ | 16.4 | 22.88 | 30.75 | - |
| YUV | 115.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 146 | 0.69 | 0.01 | 0 | 0.43 | 180.59 | 0.53 | 0.37 |
| Hex | 2D | 91 | 92 | 45 | 1 | 0 | 2B | B5 | 35 | 25 |
| Octal | 55 | 221 | 222 | 105 | 1 | 0 | 53 | 265 | 65 | 45 |
| Binary | 101101 | 10010001 | 10010010 | 1000101 | 1 | 0 | 101011 | 10110101 | 110101 | 100101 |
Color Harmonies of #2D9192
Complementary color
Monochromatic Colors of #2D9192
Black with #2D9192
Text Example
Text Example
White with #2D9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9192; }
p { color: rgb(45,145,146); }
H1.HeaderClassName
{
color: #2D9192;
}
.AnyTagClassName
{
color: #2D9192;
}
</style>
background-color css
<style>
a { background-color: #2D9192; }
a { background-color: rgb(45,145,146); }
div.DivClassName
{
background-color: #2D9192;
}
.BgClassName
{
background-color: #2D9192;
}
</style>
border-color css
<style>
span { border-color: #2D9192; }
span { border-color: rgb(45,145,146); }
td.TdClassName
{
border-color: #2D9192;
}
.TagClassName
{
border-color: #2D9192;
}
</style>