Shades of Java #2DA09E
Tints of Java #2DA09E
RGB
CMYK
RGB Variations
Color information
#2DA09E (or 0x2DA09E) is known color: Java. HEX triplet: 2D, A0 and 9E. RGB value is (45,160,158). Sum of RGB (Red+Green+Blue) = 45+160+158=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA09E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA09E is #D25F61. Grayscale: #7D7D7D. Windows color (decimal): -13786978 or 10395693. OLE color: 10395693.
HSL color Cylindrical-coordinate representation of color #2DA09E: hue angle of 178.96º 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 #2DA09E is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 160 | 158 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.37 |
| HSL | 178.96º | 0.56% | 0.4% | - |
| HSV(B) | 178.96º | 0.72% | 0.63% | - |
| XYZ | 19.82 | 28.17 | 36.74 | - |
| YUV | 125.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 160 | 158 | 0.72 | 0 | 0.01 | 0.37 | 178.96 | 0.56 | 0.4 |
| Hex | 2D | A0 | 9E | 48 | 0 | 1 | 25 | B3 | 38 | 28 |
| Octal | 55 | 240 | 236 | 110 | 0 | 1 | 45 | 263 | 70 | 50 |
| Binary | 101101 | 10100000 | 10011110 | 1001000 | 0 | 1 | 100101 | 10110011 | 111000 | 101000 |
Color Harmonies of #2DA09E
Complementary color
Monochromatic Colors of #2DA09E
Black with #2DA09E
Text Example
Text Example
White with #2DA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA09E; }
p { color: rgb(45,160,158); }
H1.HeaderClassName
{
color: #2DA09E;
}
.AnyTagClassName
{
color: #2DA09E;
}
</style>
background-color css
<style>
a { background-color: #2DA09E; }
a { background-color: rgb(45,160,158); }
div.DivClassName
{
background-color: #2DA09E;
}
.BgClassName
{
background-color: #2DA09E;
}
</style>
border-color css
<style>
span { border-color: #2DA09E; }
span { border-color: rgb(45,160,158); }
td.TdClassName
{
border-color: #2DA09E;
}
.TagClassName
{
border-color: #2DA09E;
}
</style>