Shades of Java #2D9086
Tints of Java #2D9086
RGB
CMYK
RGB Variations
Color information
#2D9086 (or 0x2D9086) is known color: Java. HEX triplet: 2D, 90 and 86. RGB value is (45,144,134). Sum of RGB (Red+Green+Blue) = 45+144+134=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9086 is #D26F79. Grayscale: #717171. Windows color (decimal): -13791098 or 8818733. OLE color: 8818733.
HSL color Cylindrical-coordinate representation of color #2D9086: hue angle of 173.94º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9086 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 134 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.44 |
| HSL | 173.94º | 0.52% | 0.37% | - |
| HSV(B) | 173.94º | 0.69% | 0.56% | - |
| XYZ | 15.36 | 22.23 | 26.03 | - |
| YUV | 113.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 134 | 0.69 | 0 | 0.07 | 0.44 | 173.94 | 0.52 | 0.37 |
| Hex | 2D | 90 | 86 | 45 | 0 | 7 | 2C | AE | 34 | 25 |
| Octal | 55 | 220 | 206 | 105 | 0 | 7 | 54 | 256 | 64 | 45 |
| Binary | 101101 | 10010000 | 10000110 | 1000101 | 0 | 111 | 101100 | 10101110 | 110100 | 100101 |
Color Harmonies of #2D9086
Complementary color
Monochromatic Colors of #2D9086
Black with #2D9086
Text Example
Text Example
White with #2D9086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9086; }
p { color: rgb(45,144,134); }
H1.HeaderClassName
{
color: #2D9086;
}
.AnyTagClassName
{
color: #2D9086;
}
</style>
background-color css
<style>
a { background-color: #2D9086; }
a { background-color: rgb(45,144,134); }
div.DivClassName
{
background-color: #2D9086;
}
.BgClassName
{
background-color: #2D9086;
}
</style>
border-color css
<style>
span { border-color: #2D9086; }
span { border-color: rgb(45,144,134); }
td.TdClassName
{
border-color: #2D9086;
}
.TagClassName
{
border-color: #2D9086;
}
</style>