Shades of Java #2D918D
Tints of Java #2D918D
RGB
CMYK
RGB Variations
Color information
#2D918D (or 0x2D918D) is known color: Java. HEX triplet: 2D, 91 and 8D. RGB value is (45,145,141). Sum of RGB (Red+Green+Blue) = 45+145+141=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #2D918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D918D is #D26E72. Grayscale: #727272. Windows color (decimal): -13790835 or 9277741. OLE color: 9277741.
HSL color Cylindrical-coordinate representation of color #2D918D: hue angle of 177.6º 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 #2D918D is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 145 | 141 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.43 |
| HSL | 177.6º | 0.53% | 0.37% | - |
| HSV(B) | 177.6º | 0.69% | 0.57% | - |
| XYZ | 16.02 | 22.73 | 28.74 | - |
| YUV | 114.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 141 | 0.69 | 0 | 0.03 | 0.43 | 177.6 | 0.53 | 0.37 |
| Hex | 2D | 91 | 8D | 45 | 0 | 3 | 2B | B2 | 35 | 25 |
| Octal | 55 | 221 | 215 | 105 | 0 | 3 | 53 | 262 | 65 | 45 |
| Binary | 101101 | 10010001 | 10001101 | 1000101 | 0 | 11 | 101011 | 10110010 | 110101 | 100101 |
Color Harmonies of #2D918D
Complementary color
Monochromatic Colors of #2D918D
Black with #2D918D
Text Example
Text Example
White with #2D918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D918D; }
p { color: rgb(45,145,141); }
H1.HeaderClassName
{
color: #2D918D;
}
.AnyTagClassName
{
color: #2D918D;
}
</style>
background-color css
<style>
a { background-color: #2D918D; }
a { background-color: rgb(45,145,141); }
div.DivClassName
{
background-color: #2D918D;
}
.BgClassName
{
background-color: #2D918D;
}
</style>
border-color css
<style>
span { border-color: #2D918D; }
span { border-color: rgb(45,145,141); }
td.TdClassName
{
border-color: #2D918D;
}
.TagClassName
{
border-color: #2D918D;
}
</style>