Shades of Java #2D9591
Tints of Java #2D9591
RGB
CMYK
RGB Variations
Color information
#2D9591 (or 0x2D9591) is known color: Java. HEX triplet: 2D, 95 and 91. RGB value is (45,149,145). Sum of RGB (Red+Green+Blue) = 45+149+145=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9591 is #D26A6E. Grayscale: #757575. Windows color (decimal): -13789807 or 9540909. OLE color: 9540909.
HSL color Cylindrical-coordinate representation of color #2D9591: hue angle of 177.69º 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 #2D9591 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 145 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.42 |
| HSL | 177.69º | 0.54% | 0.38% | - |
| HSV(B) | 177.69º | 0.7% | 0.58% | - |
| XYZ | 16.94 | 24.1 | 30.55 | - |
| YUV | 117.45 | 143.54 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 145 | 0.70 | 0 | 0.03 | 0.42 | 177.69 | 0.54 | 0.38 |
| Hex | 2D | 95 | 91 | 46 | 0 | 3 | 2A | B2 | 36 | 26 |
| Octal | 55 | 225 | 221 | 106 | 0 | 3 | 52 | 262 | 66 | 46 |
| Binary | 101101 | 10010101 | 10010001 | 1000110 | 0 | 11 | 101010 | 10110010 | 110110 | 100110 |
Color Harmonies of #2D9591
Complementary color
Monochromatic Colors of #2D9591
Black with #2D9591
Text Example
Text Example
White with #2D9591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9591; }
p { color: rgb(45,149,145); }
H1.HeaderClassName
{
color: #2D9591;
}
.AnyTagClassName
{
color: #2D9591;
}
</style>
background-color css
<style>
a { background-color: #2D9591; }
a { background-color: rgb(45,149,145); }
div.DivClassName
{
background-color: #2D9591;
}
.BgClassName
{
background-color: #2D9591;
}
</style>
border-color css
<style>
span { border-color: #2D9591; }
span { border-color: rgb(45,149,145); }
td.TdClassName
{
border-color: #2D9591;
}
.TagClassName
{
border-color: #2D9591;
}
</style>