Shades of Java #2DA19E
Tints of Java #2DA19E
RGB
CMYK
RGB Variations
Color information
#2DA19E (or 0x2DA19E) is known color: Java. HEX triplet: 2D, A1 and 9E. RGB value is (45,161,158). Sum of RGB (Red+Green+Blue) = 45+161+158=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA19E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA19E is #D25E61. Grayscale: #7D7D7D. Windows color (decimal): -13786722 or 10395949. OLE color: 10395949.
HSL color Cylindrical-coordinate representation of color #2DA19E: hue angle of 178.45º 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 #2DA19E is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 45 | 161 | 158 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.37 |
| HSL | 178.45º | 0.56% | 0.4% | - |
| HSV(B) | 178.45º | 0.72% | 0.63% | - |
| XYZ | 20 | 28.52 | 36.8 | - |
| YUV | 125.97 | 146.07 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 161 | 158 | 0.72 | 0 | 0.02 | 0.37 | 178.45 | 0.56 | 0.4 |
| Hex | 2D | A1 | 9E | 48 | 0 | 2 | 25 | B2 | 38 | 28 |
| Octal | 55 | 241 | 236 | 110 | 0 | 2 | 45 | 262 | 70 | 50 |
| Binary | 101101 | 10100001 | 10011110 | 1001000 | 0 | 10 | 100101 | 10110010 | 111000 | 101000 |
Color Harmonies of #2DA19E
Complementary color
Monochromatic Colors of #2DA19E
Black with #2DA19E
Text Example
Text Example
White with #2DA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA19E; }
p { color: rgb(45,161,158); }
H1.HeaderClassName
{
color: #2DA19E;
}
.AnyTagClassName
{
color: #2DA19E;
}
</style>
background-color css
<style>
a { background-color: #2DA19E; }
a { background-color: rgb(45,161,158); }
div.DivClassName
{
background-color: #2DA19E;
}
.BgClassName
{
background-color: #2DA19E;
}
</style>
border-color css
<style>
span { border-color: #2DA19E; }
span { border-color: rgb(45,161,158); }
td.TdClassName
{
border-color: #2DA19E;
}
.TagClassName
{
border-color: #2DA19E;
}
</style>