Shades of Java #2DA09D
Tints of Java #2DA09D
RGB
CMYK
RGB Variations
Color information
#2DA09D (or 0x2DA09D) is known color: Java. HEX triplet: 2D, A0 and 9D. RGB value is (45,160,157). Sum of RGB (Red+Green+Blue) = 45+160+157=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #2DA09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA09D is #D25F62. Grayscale: #7D7D7D. Windows color (decimal): -13786979 or 10330157. OLE color: 10330157.
HSL color Cylindrical-coordinate representation of color #2DA09D: hue angle of 178.43º 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 #2DA09D is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
RGB | 45 | 160 | 157 | - |
CMYK | 0.72 | 0 | 0.02 | 0.37 |
HSL | 178.43º | 0.56% | 0.4% | - |
HSV(B) | 178.43º | 0.72% | 0.63% | - |
XYZ | 19.74 | 28.13 | 36.29 | - |
YUV | 125.27 | 145.9 | 70.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 160 | 157 | 0.72 | 0 | 0.02 | 0.37 | 178.43 | 0.56 | 0.4 |
Hex | 2D | A0 | 9D | 48 | 0 | 2 | 25 | B2 | 38 | 28 |
Octal | 55 | 240 | 235 | 110 | 0 | 2 | 45 | 262 | 70 | 50 |
Binary | 101101 | 10100000 | 10011101 | 1001000 | 0 | 10 | 100101 | 10110010 | 111000 | 101000 |
Color Harmonies of #2DA09D
Complementary color
Monochromatic Colors of #2DA09D
Black with #2DA09D
Text Example
Text Example
White with #2DA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA09D; }
p { color: rgb(45,160,157); }
H1.HeaderClassName
{
color: #2DA09D;
}
.AnyTagClassName
{
color: #2DA09D;
}
</style>
background-color css
<style>
a { background-color: #2DA09D; }
a { background-color: rgb(45,160,157); }
div.DivClassName
{
background-color: #2DA09D;
}
.BgClassName
{
background-color: #2DA09D;
}
</style>
border-color css
<style>
span { border-color: #2DA09D; }
span { border-color: rgb(45,160,157); }
td.TdClassName
{
border-color: #2DA09D;
}
.TagClassName
{
border-color: #2DA09D;
}
</style>