Shades of Java #2DA298
Tints of Java #2DA298
RGB
CMYK
RGB Variations
Color information
#2DA298 (or 0x2DA298) is known color: Java. HEX triplet: 2D, A2 and 98. RGB value is (45,162,152). Sum of RGB (Red+Green+Blue) = 45+162+152=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA298 is #D25D67. Grayscale: #7D7D7D. Windows color (decimal): -13786472 or 10002989. OLE color: 10002989.
HSL color Cylindrical-coordinate representation of color #2DA298: hue angle of 174.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA298 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 152 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.36 |
| HSL | 174.87º | 0.57% | 0.41% | - |
| HSV(B) | 174.87º | 0.72% | 0.64% | - |
| XYZ | 19.67 | 28.67 | 34.2 | - |
| YUV | 125.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 152 | 0.72 | 0 | 0.06 | 0.36 | 174.87 | 0.57 | 0.41 |
| Hex | 2D | A2 | 98 | 48 | 0 | 6 | 24 | AF | 39 | 29 |
| Octal | 55 | 242 | 230 | 110 | 0 | 6 | 44 | 257 | 71 | 51 |
| Binary | 101101 | 10100010 | 10011000 | 1001000 | 0 | 110 | 100100 | 10101111 | 111001 | 101001 |
Color Harmonies of #2DA298
Complementary color
Monochromatic Colors of #2DA298
Black with #2DA298
Text Example
Text Example
White with #2DA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA298; }
p { color: rgb(45,162,152); }
H1.HeaderClassName
{
color: #2DA298;
}
.AnyTagClassName
{
color: #2DA298;
}
</style>
background-color css
<style>
a { background-color: #2DA298; }
a { background-color: rgb(45,162,152); }
div.DivClassName
{
background-color: #2DA298;
}
.BgClassName
{
background-color: #2DA298;
}
</style>
border-color css
<style>
span { border-color: #2DA298; }
span { border-color: rgb(45,162,152); }
td.TdClassName
{
border-color: #2DA298;
}
.TagClassName
{
border-color: #2DA298;
}
</style>