Shades of Java #2DA098
Tints of Java #2DA098
RGB
CMYK
RGB Variations
Color information
#2DA098 (or 0x2DA098) is known color: Java. HEX triplet: 2D, A0 and 98. RGB value is (45,160,152). Sum of RGB (Red+Green+Blue) = 45+160+152=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA098 is #D25F67. Grayscale: #7C7C7C. Windows color (decimal): -13786984 or 10002477. OLE color: 10002477.
HSL color Cylindrical-coordinate representation of color #2DA098: hue angle of 175.83º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA098 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 152 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.37 |
| HSL | 175.83º | 0.56% | 0.4% | - |
| HSV(B) | 175.83º | 0.72% | 0.63% | - |
| XYZ | 19.32 | 27.97 | 34.09 | - |
| YUV | 124.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 152 | 0.72 | 0 | 0.05 | 0.37 | 175.83 | 0.56 | 0.4 |
| Hex | 2D | A0 | 98 | 48 | 0 | 5 | 25 | B0 | 38 | 28 |
| Octal | 55 | 240 | 230 | 110 | 0 | 5 | 45 | 260 | 70 | 50 |
| Binary | 101101 | 10100000 | 10011000 | 1001000 | 0 | 101 | 100101 | 10110000 | 111000 | 101000 |
Color Harmonies of #2DA098
Complementary color
Monochromatic Colors of #2DA098
Black with #2DA098
Text Example
Text Example
White with #2DA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA098; }
p { color: rgb(45,160,152); }
H1.HeaderClassName
{
color: #2DA098;
}
.AnyTagClassName
{
color: #2DA098;
}
</style>
background-color css
<style>
a { background-color: #2DA098; }
a { background-color: rgb(45,160,152); }
div.DivClassName
{
background-color: #2DA098;
}
.BgClassName
{
background-color: #2DA098;
}
</style>
border-color css
<style>
span { border-color: #2DA098; }
span { border-color: rgb(45,160,152); }
td.TdClassName
{
border-color: #2DA098;
}
.TagClassName
{
border-color: #2DA098;
}
</style>