Shades of Java #2D948A
Tints of Java #2D948A
RGB
CMYK
RGB Variations
Color information
#2D948A (or 0x2D948A) is known color: Java. HEX triplet: 2D, 94 and 8A. RGB value is (45,148,138). Sum of RGB (Red+Green+Blue) = 45+148+138=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #2D948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D948A is #D26B75. Grayscale: #747474. Windows color (decimal): -13790070 or 9081901. OLE color: 9081901.
HSL color Cylindrical-coordinate representation of color #2D948A: hue angle of 174.17º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D948A is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 138 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.42 |
| HSL | 174.17º | 0.53% | 0.38% | - |
| HSV(B) | 174.17º | 0.7% | 0.58% | - |
| XYZ | 16.26 | 23.57 | 27.74 | - |
| YUV | 116.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 138 | 0.70 | 0 | 0.07 | 0.42 | 174.17 | 0.53 | 0.38 |
| Hex | 2D | 94 | 8A | 46 | 0 | 7 | 2A | AE | 35 | 26 |
| Octal | 55 | 224 | 212 | 106 | 0 | 7 | 52 | 256 | 65 | 46 |
| Binary | 101101 | 10010100 | 10001010 | 1000110 | 0 | 111 | 101010 | 10101110 | 110101 | 100110 |
Color Harmonies of #2D948A
Complementary color
Monochromatic Colors of #2D948A
Black with #2D948A
Text Example
Text Example
White with #2D948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D948A; }
p { color: rgb(45,148,138); }
H1.HeaderClassName
{
color: #2D948A;
}
.AnyTagClassName
{
color: #2D948A;
}
</style>
background-color css
<style>
a { background-color: #2D948A; }
a { background-color: rgb(45,148,138); }
div.DivClassName
{
background-color: #2D948A;
}
.BgClassName
{
background-color: #2D948A;
}
</style>
border-color css
<style>
span { border-color: #2D948A; }
span { border-color: rgb(45,148,138); }
td.TdClassName
{
border-color: #2D948A;
}
.TagClassName
{
border-color: #2D948A;
}
</style>