Shades of Java #2DA79E
Tints of Java #2DA79E
RGB
CMYK
RGB Variations
Color information
#2DA79E (or 0x2DA79E) is known color: Java. HEX triplet: 2D, A7 and 9E. RGB value is (45,167,158). Sum of RGB (Red+Green+Blue) = 45+167+158=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA79E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA79E is #D25861. Grayscale: #818181. Windows color (decimal): -13785186 or 10397485. OLE color: 10397485.
HSL color Cylindrical-coordinate representation of color #2DA79E: hue angle of 175.57º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA79E is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 158 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.35 |
| HSL | 175.57º | 0.58% | 0.42% | - |
| HSV(B) | 175.57º | 0.73% | 0.65% | - |
| XYZ | 21.07 | 30.66 | 37.16 | - |
| YUV | 129.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 158 | 0.73 | 0 | 0.05 | 0.35 | 175.57 | 0.58 | 0.42 |
| Hex | 2D | A7 | 9E | 49 | 0 | 5 | 23 | B0 | 3A | 2A |
| Octal | 55 | 247 | 236 | 111 | 0 | 5 | 43 | 260 | 72 | 52 |
| Binary | 101101 | 10100111 | 10011110 | 1001001 | 0 | 101 | 100011 | 10110000 | 111010 | 101010 |
Color Harmonies of #2DA79E
Complementary color
Monochromatic Colors of #2DA79E
Black with #2DA79E
Text Example
Text Example
White with #2DA79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA79E; }
p { color: rgb(45,167,158); }
H1.HeaderClassName
{
color: #2DA79E;
}
.AnyTagClassName
{
color: #2DA79E;
}
</style>
background-color css
<style>
a { background-color: #2DA79E; }
a { background-color: rgb(45,167,158); }
div.DivClassName
{
background-color: #2DA79E;
}
.BgClassName
{
background-color: #2DA79E;
}
</style>
border-color css
<style>
span { border-color: #2DA79E; }
span { border-color: rgb(45,167,158); }
td.TdClassName
{
border-color: #2DA79E;
}
.TagClassName
{
border-color: #2DA79E;
}
</style>