Shades of Java #2DA29A
Tints of Java #2DA29A
RGB
CMYK
RGB Variations
Color information
#2DA29A (or 0x2DA29A) is known color: Java. HEX triplet: 2D, A2 and 9A. RGB value is (45,162,154). Sum of RGB (Red+Green+Blue) = 45+162+154=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA29A is #D25D65. Grayscale: #7E7E7E. Windows color (decimal): -13786470 or 10134061. OLE color: 10134061.
HSL color Cylindrical-coordinate representation of color #2DA29A: hue angle of 175.9º 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 #2DA29A is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 154 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.36 |
| HSL | 175.9º | 0.57% | 0.41% | - |
| HSV(B) | 175.9º | 0.72% | 0.64% | - |
| XYZ | 19.84 | 28.73 | 35.07 | - |
| YUV | 126.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 154 | 0.72 | 0 | 0.05 | 0.36 | 175.9 | 0.57 | 0.41 |
| Hex | 2D | A2 | 9A | 48 | 0 | 5 | 24 | B0 | 39 | 29 |
| Octal | 55 | 242 | 232 | 110 | 0 | 5 | 44 | 260 | 71 | 51 |
| Binary | 101101 | 10100010 | 10011010 | 1001000 | 0 | 101 | 100100 | 10110000 | 111001 | 101001 |
Color Harmonies of #2DA29A
Complementary color
Monochromatic Colors of #2DA29A
Black with #2DA29A
Text Example
Text Example
White with #2DA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA29A; }
p { color: rgb(45,162,154); }
H1.HeaderClassName
{
color: #2DA29A;
}
.AnyTagClassName
{
color: #2DA29A;
}
</style>
background-color css
<style>
a { background-color: #2DA29A; }
a { background-color: rgb(45,162,154); }
div.DivClassName
{
background-color: #2DA29A;
}
.BgClassName
{
background-color: #2DA29A;
}
</style>
border-color css
<style>
span { border-color: #2DA29A; }
span { border-color: rgb(45,162,154); }
td.TdClassName
{
border-color: #2DA29A;
}
.TagClassName
{
border-color: #2DA29A;
}
</style>