Shades of Java #2D9396
Tints of Java #2D9396
RGB
CMYK
RGB Variations
Color information
#2D9396 (or 0x2D9396) is known color: Java. HEX triplet: 2D, 93 and 96. RGB value is (45,147,150). Sum of RGB (Red+Green+Blue) = 45+147+150=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D9396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9396 is #D26C69. Grayscale: #747474. Windows color (decimal): -13790314 or 9868077. OLE color: 9868077.
HSL color Cylindrical-coordinate representation of color #2D9396: hue angle of 181.71º 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 #2D9396 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 147 | 150 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.41 |
| HSL | 181.71º | 0.54% | 0.38% | - |
| HSV(B) | 181.71º | 0.7% | 0.59% | - |
| XYZ | 17.02 | 23.63 | 32.52 | - |
| YUV | 116.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 150 | 0.70 | 0.02 | 0 | 0.41 | 181.71 | 0.54 | 0.38 |
| Hex | 2D | 93 | 96 | 46 | 2 | 0 | 29 | B6 | 36 | 26 |
| Octal | 55 | 223 | 226 | 106 | 2 | 0 | 51 | 266 | 66 | 46 |
| Binary | 101101 | 10010011 | 10010110 | 1000110 | 10 | 0 | 101001 | 10110110 | 110110 | 100110 |
Color Harmonies of #2D9396
Complementary color
Monochromatic Colors of #2D9396
Black with #2D9396
Text Example
Text Example
White with #2D9396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9396; }
p { color: rgb(45,147,150); }
H1.HeaderClassName
{
color: #2D9396;
}
.AnyTagClassName
{
color: #2D9396;
}
</style>
background-color css
<style>
a { background-color: #2D9396; }
a { background-color: rgb(45,147,150); }
div.DivClassName
{
background-color: #2D9396;
}
.BgClassName
{
background-color: #2D9396;
}
</style>
border-color css
<style>
span { border-color: #2D9396; }
span { border-color: rgb(45,147,150); }
td.TdClassName
{
border-color: #2D9396;
}
.TagClassName
{
border-color: #2D9396;
}
</style>