Shades of Java #2D9D95
Tints of Java #2D9D95
RGB
CMYK
RGB Variations
Color information
#2D9D95 (or 0x2D9D95) is known color: Java. HEX triplet: 2D, 9D and 95. RGB value is (45,157,149). Sum of RGB (Red+Green+Blue) = 45+157+149=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9D95 is #D2626A. Grayscale: #7A7A7A. Windows color (decimal): -13787755 or 9805101. OLE color: 9805101.
HSL color Cylindrical-coordinate representation of color #2D9D95: hue angle of 175.71º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9D95 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 157 | 149 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.38 |
| HSL | 175.71º | 0.55% | 0.4% | - |
| HSV(B) | 175.71º | 0.71% | 0.62% | - |
| XYZ | 18.56 | 26.84 | 32.64 | - |
| YUV | 122.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 149 | 0.71 | 0 | 0.05 | 0.38 | 175.71 | 0.55 | 0.4 |
| Hex | 2D | 9D | 95 | 47 | 0 | 5 | 26 | B0 | 37 | 28 |
| Octal | 55 | 235 | 225 | 107 | 0 | 5 | 46 | 260 | 67 | 50 |
| Binary | 101101 | 10011101 | 10010101 | 1000111 | 0 | 101 | 100110 | 10110000 | 110111 | 101000 |
Color Harmonies of #2D9D95
Complementary color
Monochromatic Colors of #2D9D95
Black with #2D9D95
Text Example
Text Example
White with #2D9D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9D95; }
p { color: rgb(45,157,149); }
H1.HeaderClassName
{
color: #2D9D95;
}
.AnyTagClassName
{
color: #2D9D95;
}
</style>
background-color css
<style>
a { background-color: #2D9D95; }
a { background-color: rgb(45,157,149); }
div.DivClassName
{
background-color: #2D9D95;
}
.BgClassName
{
background-color: #2D9D95;
}
</style>
border-color css
<style>
span { border-color: #2D9D95; }
span { border-color: rgb(45,157,149); }
td.TdClassName
{
border-color: #2D9D95;
}
.TagClassName
{
border-color: #2D9D95;
}
</style>