Shades of Java #2D9B8D
Tints of Java #2D9B8D
RGB
CMYK
RGB Variations
Color information
#2D9B8D (or 0x2D9B8D) is known color: Java. HEX triplet: 2D, 9B and 8D. RGB value is (45,155,141). Sum of RGB (Red+Green+Blue) = 45+155+141=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #2D9B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9B8D is #D26472. Grayscale: #787878. Windows color (decimal): -13788275 or 9280301. OLE color: 9280301.
HSL color Cylindrical-coordinate representation of color #2D9B8D: hue angle of 172.36º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9B8D is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 155 | 141 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.39 |
| HSL | 172.36º | 0.55% | 0.39% | - |
| HSV(B) | 172.36º | 0.71% | 0.61% | - |
| XYZ | 17.61 | 25.92 | 29.27 | - |
| YUV | 120.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 155 | 141 | 0.71 | 0 | 0.09 | 0.39 | 172.36 | 0.55 | 0.39 |
| Hex | 2D | 9B | 8D | 47 | 0 | 9 | 27 | AC | 37 | 27 |
| Octal | 55 | 233 | 215 | 107 | 0 | 11 | 47 | 254 | 67 | 47 |
| Binary | 101101 | 10011011 | 10001101 | 1000111 | 0 | 1001 | 100111 | 10101100 | 110111 | 100111 |
Color Harmonies of #2D9B8D
Complementary color
Monochromatic Colors of #2D9B8D
Black with #2D9B8D
Text Example
Text Example
White with #2D9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9B8D; }
p { color: rgb(45,155,141); }
H1.HeaderClassName
{
color: #2D9B8D;
}
.AnyTagClassName
{
color: #2D9B8D;
}
</style>
background-color css
<style>
a { background-color: #2D9B8D; }
a { background-color: rgb(45,155,141); }
div.DivClassName
{
background-color: #2D9B8D;
}
.BgClassName
{
background-color: #2D9B8D;
}
</style>
border-color css
<style>
span { border-color: #2D9B8D; }
span { border-color: rgb(45,155,141); }
td.TdClassName
{
border-color: #2D9B8D;
}
.TagClassName
{
border-color: #2D9B8D;
}
</style>