Shades of Java #2C908F
Tints of Java #2C908F
RGB
CMYK
RGB Variations
Color information
#2C908F (or 0x2C908F) is known color: Java. HEX triplet: 2C, 90 and 8F. RGB value is (44,144,143). Sum of RGB (Red+Green+Blue) = 44+144+143=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #2C908F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C908F is #D36F70. Grayscale: #717171. Windows color (decimal): -13856625 or 9408556. OLE color: 9408556.
HSL color Cylindrical-coordinate representation of color #2C908F: hue angle of 179.4º 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 #2C908F is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 143 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.44 |
| HSL | 179.4º | 0.53% | 0.37% | - |
| HSV(B) | 179.4º | 0.69% | 0.56% | - |
| XYZ | 15.97 | 22.47 | 29.48 | - |
| YUV | 113.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 143 | 0.69 | 0 | 0.01 | 0.44 | 179.4 | 0.53 | 0.37 |
| Hex | 2C | 90 | 8F | 45 | 0 | 1 | 2C | B3 | 35 | 25 |
| Octal | 54 | 220 | 217 | 105 | 0 | 1 | 54 | 263 | 65 | 45 |
| Binary | 101100 | 10010000 | 10001111 | 1000101 | 0 | 1 | 101100 | 10110011 | 110101 | 100101 |
Color Harmonies of #2C908F
Complementary color
Monochromatic Colors of #2C908F
Black with #2C908F
Text Example
Text Example
White with #2C908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C908F; }
p { color: rgb(44,144,143); }
H1.HeaderClassName
{
color: #2C908F;
}
.AnyTagClassName
{
color: #2C908F;
}
</style>
background-color css
<style>
a { background-color: #2C908F; }
a { background-color: rgb(44,144,143); }
div.DivClassName
{
background-color: #2C908F;
}
.BgClassName
{
background-color: #2C908F;
}
</style>
border-color css
<style>
span { border-color: #2C908F; }
span { border-color: rgb(44,144,143); }
td.TdClassName
{
border-color: #2C908F;
}
.TagClassName
{
border-color: #2C908F;
}
</style>