Shades of Java #2DA79D
Tints of Java #2DA79D
RGB
CMYK
RGB Variations
Color information
#2DA79D (or 0x2DA79D) is known color: Java. HEX triplet: 2D, A7 and 9D. RGB value is (45,167,157). Sum of RGB (Red+Green+Blue) = 45+167+157=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA79D is #D25862. Grayscale: #818181. Windows color (decimal): -13785187 or 10331949. OLE color: 10331949.
HSL color Cylindrical-coordinate representation of color #2DA79D: hue angle of 175.08º 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 #2DA79D is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 167 | 157 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.35 |
| HSL | 175.08º | 0.58% | 0.42% | - |
| HSV(B) | 175.08º | 0.73% | 0.65% | - |
| XYZ | 20.99 | 30.63 | 36.7 | - |
| YUV | 129.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 167 | 157 | 0.73 | 0 | 0.06 | 0.35 | 175.08 | 0.58 | 0.42 |
| Hex | 2D | A7 | 9D | 49 | 0 | 6 | 23 | AF | 3A | 2A |
| Octal | 55 | 247 | 235 | 111 | 0 | 6 | 43 | 257 | 72 | 52 |
| Binary | 101101 | 10100111 | 10011101 | 1001001 | 0 | 110 | 100011 | 10101111 | 111010 | 101010 |
Color Harmonies of #2DA79D
Complementary color
Monochromatic Colors of #2DA79D
Black with #2DA79D
Text Example
Text Example
White with #2DA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA79D; }
p { color: rgb(45,167,157); }
H1.HeaderClassName
{
color: #2DA79D;
}
.AnyTagClassName
{
color: #2DA79D;
}
</style>
background-color css
<style>
a { background-color: #2DA79D; }
a { background-color: rgb(45,167,157); }
div.DivClassName
{
background-color: #2DA79D;
}
.BgClassName
{
background-color: #2DA79D;
}
</style>
border-color css
<style>
span { border-color: #2DA79D; }
span { border-color: rgb(45,167,157); }
td.TdClassName
{
border-color: #2DA79D;
}
.TagClassName
{
border-color: #2DA79D;
}
</style>