Shades of Java #2D8F88
Tints of Java #2D8F88
RGB
CMYK
RGB Variations
Color information
#2D8F88 (or 0x2D8F88) is known color: Java. HEX triplet: 2D, 8F and 88. RGB value is (45,143,136). Sum of RGB (Red+Green+Blue) = 45+143+136=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #2D8F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8F88 is #D27077. Grayscale: #707070. Windows color (decimal): -13791352 or 8949549. OLE color: 8949549.
HSL color Cylindrical-coordinate representation of color #2D8F88: hue angle of 175.71º 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 #2D8F88 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 143 | 136 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.44 |
| HSL | 175.71º | 0.52% | 0.37% | - |
| HSV(B) | 175.71º | 0.69% | 0.56% | - |
| XYZ | 15.35 | 21.98 | 26.73 | - |
| YUV | 112.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 143 | 136 | 0.69 | 0 | 0.05 | 0.44 | 175.71 | 0.52 | 0.37 |
| Hex | 2D | 8F | 88 | 45 | 0 | 5 | 2C | B0 | 34 | 25 |
| Octal | 55 | 217 | 210 | 105 | 0 | 5 | 54 | 260 | 64 | 45 |
| Binary | 101101 | 10001111 | 10001000 | 1000101 | 0 | 101 | 101100 | 10110000 | 110100 | 100101 |
Color Harmonies of #2D8F88
Complementary color
Monochromatic Colors of #2D8F88
Black with #2D8F88
Text Example
Text Example
White with #2D8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8F88; }
p { color: rgb(45,143,136); }
H1.HeaderClassName
{
color: #2D8F88;
}
.AnyTagClassName
{
color: #2D8F88;
}
</style>
background-color css
<style>
a { background-color: #2D8F88; }
a { background-color: rgb(45,143,136); }
div.DivClassName
{
background-color: #2D8F88;
}
.BgClassName
{
background-color: #2D8F88;
}
</style>
border-color css
<style>
span { border-color: #2D8F88; }
span { border-color: rgb(45,143,136); }
td.TdClassName
{
border-color: #2D8F88;
}
.TagClassName
{
border-color: #2D8F88;
}
</style>