Shades of Java #2C908D
Tints of Java #2C908D
RGB
CMYK
RGB Variations
Color information
#2C908D (or 0x2C908D) is known color: Java. HEX triplet: 2C, 90 and 8D. RGB value is (44,144,141). Sum of RGB (Red+Green+Blue) = 44+144+141=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #2C908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C908D is #D36F72. Grayscale: #717171. Windows color (decimal): -13856627 or 9277484. OLE color: 9277484.
HSL color Cylindrical-coordinate representation of color #2C908D: hue angle of 178.2º degrees, saturation: 0.53, 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 #2C908D is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 141 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.44 |
| HSL | 178.2º | 0.53% | 0.37% | - |
| HSV(B) | 178.2º | 0.69% | 0.56% | - |
| XYZ | 15.82 | 22.41 | 28.69 | - |
| YUV | 113.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 141 | 0.69 | 0 | 0.02 | 0.44 | 178.2 | 0.53 | 0.37 |
| Hex | 2C | 90 | 8D | 45 | 0 | 2 | 2C | B2 | 35 | 25 |
| Octal | 54 | 220 | 215 | 105 | 0 | 2 | 54 | 262 | 65 | 45 |
| Binary | 101100 | 10010000 | 10001101 | 1000101 | 0 | 10 | 101100 | 10110010 | 110101 | 100101 |
Color Harmonies of #2C908D
Complementary color
Monochromatic Colors of #2C908D
Black with #2C908D
Text Example
Text Example
White with #2C908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C908D; }
p { color: rgb(44,144,141); }
H1.HeaderClassName
{
color: #2C908D;
}
.AnyTagClassName
{
color: #2C908D;
}
</style>
background-color css
<style>
a { background-color: #2C908D; }
a { background-color: rgb(44,144,141); }
div.DivClassName
{
background-color: #2C908D;
}
.BgClassName
{
background-color: #2C908D;
}
</style>
border-color css
<style>
span { border-color: #2C908D; }
span { border-color: rgb(44,144,141); }
td.TdClassName
{
border-color: #2C908D;
}
.TagClassName
{
border-color: #2C908D;
}
</style>