Shades of Java #2D918B
Tints of Java #2D918B
RGB
CMYK
RGB Variations
Color information
#2D918B (or 0x2D918B) is known color: Java. HEX triplet: 2D, 91 and 8B. RGB value is (45,145,139). Sum of RGB (Red+Green+Blue) = 45+145+139=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #2D918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D918B is #D26E74. Grayscale: #727272. Windows color (decimal): -13790837 or 9146669. OLE color: 9146669.
HSL color Cylindrical-coordinate representation of color #2D918B: hue angle of 176.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D918B is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 145 | 139 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.43 |
| HSL | 176.4º | 0.53% | 0.37% | - |
| HSV(B) | 176.4º | 0.69% | 0.57% | - |
| XYZ | 15.87 | 22.67 | 27.97 | - |
| YUV | 114.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 139 | 0.69 | 0 | 0.04 | 0.43 | 176.4 | 0.53 | 0.37 |
| Hex | 2D | 91 | 8B | 45 | 0 | 4 | 2B | B0 | 35 | 25 |
| Octal | 55 | 221 | 213 | 105 | 0 | 4 | 53 | 260 | 65 | 45 |
| Binary | 101101 | 10010001 | 10001011 | 1000101 | 0 | 100 | 101011 | 10110000 | 110101 | 100101 |
Color Harmonies of #2D918B
Complementary color
Monochromatic Colors of #2D918B
Black with #2D918B
Text Example
Text Example
White with #2D918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D918B; }
p { color: rgb(45,145,139); }
H1.HeaderClassName
{
color: #2D918B;
}
.AnyTagClassName
{
color: #2D918B;
}
</style>
background-color css
<style>
a { background-color: #2D918B; }
a { background-color: rgb(45,145,139); }
div.DivClassName
{
background-color: #2D918B;
}
.BgClassName
{
background-color: #2D918B;
}
</style>
border-color css
<style>
span { border-color: #2D918B; }
span { border-color: rgb(45,145,139); }
td.TdClassName
{
border-color: #2D918B;
}
.TagClassName
{
border-color: #2D918B;
}
</style>