Shades of Java #2DA39A
Tints of Java #2DA39A
RGB
CMYK
RGB Variations
Color information
#2DA39A (or 0x2DA39A) is known color: Java. HEX triplet: 2D, A3 and 9A. RGB value is (45,163,154). Sum of RGB (Red+Green+Blue) = 45+163+154=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA39A is #D25C65. Grayscale: #7E7E7E. Windows color (decimal): -13786214 or 10134317. OLE color: 10134317.
HSL color Cylindrical-coordinate representation of color #2DA39A: hue angle of 175.42º 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 #2DA39A is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 154 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.36 |
| HSL | 175.42º | 0.57% | 0.41% | - |
| HSV(B) | 175.42º | 0.72% | 0.64% | - |
| XYZ | 20.01 | 29.09 | 35.13 | - |
| YUV | 126.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 154 | 0.72 | 0 | 0.06 | 0.36 | 175.42 | 0.57 | 0.41 |
| Hex | 2D | A3 | 9A | 48 | 0 | 6 | 24 | AF | 39 | 29 |
| Octal | 55 | 243 | 232 | 110 | 0 | 6 | 44 | 257 | 71 | 51 |
| Binary | 101101 | 10100011 | 10011010 | 1001000 | 0 | 110 | 100100 | 10101111 | 111001 | 101001 |
Color Harmonies of #2DA39A
Complementary color
Monochromatic Colors of #2DA39A
Black with #2DA39A
Text Example
Text Example
White with #2DA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA39A; }
p { color: rgb(45,163,154); }
H1.HeaderClassName
{
color: #2DA39A;
}
.AnyTagClassName
{
color: #2DA39A;
}
</style>
background-color css
<style>
a { background-color: #2DA39A; }
a { background-color: rgb(45,163,154); }
div.DivClassName
{
background-color: #2DA39A;
}
.BgClassName
{
background-color: #2DA39A;
}
</style>
border-color css
<style>
span { border-color: #2DA39A; }
span { border-color: rgb(45,163,154); }
td.TdClassName
{
border-color: #2DA39A;
}
.TagClassName
{
border-color: #2DA39A;
}
</style>