Shades of Java #2D9394
Tints of Java #2D9394
RGB
CMYK
RGB Variations
Color information
#2D9394 (or 0x2D9394) is known color: Java. HEX triplet: 2D, 93 and 94. RGB value is (45,147,148). Sum of RGB (Red+Green+Blue) = 45+147+148=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D9394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9394 is #D26C6B. Grayscale: #747474. Windows color (decimal): -13790316 or 9737005. OLE color: 9737005.
HSL color Cylindrical-coordinate representation of color #2D9394: hue angle of 180.58º degrees, saturation: 0.53, 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 #2D9394 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 148 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.42 |
| HSL | 180.58º | 0.53% | 0.38% | - |
| HSV(B) | 180.58º | 0.7% | 0.58% | - |
| XYZ | 16.86 | 23.56 | 31.68 | - |
| YUV | 116.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 148 | 0.70 | 0.01 | 0 | 0.42 | 180.58 | 0.53 | 0.38 |
| Hex | 2D | 93 | 94 | 46 | 1 | 0 | 2A | B5 | 35 | 26 |
| Octal | 55 | 223 | 224 | 106 | 1 | 0 | 52 | 265 | 65 | 46 |
| Binary | 101101 | 10010011 | 10010100 | 1000110 | 1 | 0 | 101010 | 10110101 | 110101 | 100110 |
Color Harmonies of #2D9394
Complementary color
Monochromatic Colors of #2D9394
Black with #2D9394
Text Example
Text Example
White with #2D9394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9394; }
p { color: rgb(45,147,148); }
H1.HeaderClassName
{
color: #2D9394;
}
.AnyTagClassName
{
color: #2D9394;
}
</style>
background-color css
<style>
a { background-color: #2D9394; }
a { background-color: rgb(45,147,148); }
div.DivClassName
{
background-color: #2D9394;
}
.BgClassName
{
background-color: #2D9394;
}
</style>
border-color css
<style>
span { border-color: #2D9394; }
span { border-color: rgb(45,147,148); }
td.TdClassName
{
border-color: #2D9394;
}
.TagClassName
{
border-color: #2D9394;
}
</style>