Shades of Java #2D908D
Tints of Java #2D908D
RGB
CMYK
RGB Variations
Color information
#2D908D (or 0x2D908D) is known color: Java. HEX triplet: 2D, 90 and 8D. RGB value is (45,144,141). Sum of RGB (Red+Green+Blue) = 45+144+141=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #2D908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D908D is #D26F72. Grayscale: #717171. Windows color (decimal): -13791091 or 9277485. OLE color: 9277485.
HSL color Cylindrical-coordinate representation of color #2D908D: hue angle of 178.18º 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 #2D908D is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 141 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.44 |
| HSL | 178.18º | 0.52% | 0.37% | - |
| HSV(B) | 178.18º | 0.69% | 0.56% | - |
| XYZ | 15.86 | 22.43 | 28.69 | - |
| YUV | 114.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 141 | 0.69 | 0 | 0.02 | 0.44 | 178.18 | 0.52 | 0.37 |
| Hex | 2D | 90 | 8D | 45 | 0 | 2 | 2C | B2 | 34 | 25 |
| Octal | 55 | 220 | 215 | 105 | 0 | 2 | 54 | 262 | 64 | 45 |
| Binary | 101101 | 10010000 | 10001101 | 1000101 | 0 | 10 | 101100 | 10110010 | 110100 | 100101 |
Color Harmonies of #2D908D
Complementary color
Monochromatic Colors of #2D908D
Black with #2D908D
Text Example
Text Example
White with #2D908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D908D; }
p { color: rgb(45,144,141); }
H1.HeaderClassName
{
color: #2D908D;
}
.AnyTagClassName
{
color: #2D908D;
}
</style>
background-color css
<style>
a { background-color: #2D908D; }
a { background-color: rgb(45,144,141); }
div.DivClassName
{
background-color: #2D908D;
}
.BgClassName
{
background-color: #2D908D;
}
</style>
border-color css
<style>
span { border-color: #2D908D; }
span { border-color: rgb(45,144,141); }
td.TdClassName
{
border-color: #2D908D;
}
.TagClassName
{
border-color: #2D908D;
}
</style>