Shades of Java #2D9C90
Tints of Java #2D9C90
RGB
CMYK
RGB Variations
Color information
#2D9C90 (or 0x2D9C90) is known color: Java. HEX triplet: 2D, 9C and 90. RGB value is (45,156,144). Sum of RGB (Red+Green+Blue) = 45+156+144=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #2D9C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9C90 is #D2636F. Grayscale: #797979. Windows color (decimal): -13788016 or 9477165. OLE color: 9477165.
HSL color Cylindrical-coordinate representation of color #2D9C90: hue angle of 173.51º 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 #2D9C90 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 156 | 144 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.39 |
| HSL | 173.51º | 0.55% | 0.39% | - |
| HSV(B) | 173.51º | 0.71% | 0.61% | - |
| XYZ | 18 | 26.35 | 30.52 | - |
| YUV | 121.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 144 | 0.71 | 0 | 0.08 | 0.39 | 173.51 | 0.55 | 0.39 |
| Hex | 2D | 9C | 90 | 47 | 0 | 8 | 27 | AE | 37 | 27 |
| Octal | 55 | 234 | 220 | 107 | 0 | 10 | 47 | 256 | 67 | 47 |
| Binary | 101101 | 10011100 | 10010000 | 1000111 | 0 | 1000 | 100111 | 10101110 | 110111 | 100111 |
Color Harmonies of #2D9C90
Complementary color
Monochromatic Colors of #2D9C90
Black with #2D9C90
Text Example
Text Example
White with #2D9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9C90; }
p { color: rgb(45,156,144); }
H1.HeaderClassName
{
color: #2D9C90;
}
.AnyTagClassName
{
color: #2D9C90;
}
</style>
background-color css
<style>
a { background-color: #2D9C90; }
a { background-color: rgb(45,156,144); }
div.DivClassName
{
background-color: #2D9C90;
}
.BgClassName
{
background-color: #2D9C90;
}
</style>
border-color css
<style>
span { border-color: #2D9C90; }
span { border-color: rgb(45,156,144); }
td.TdClassName
{
border-color: #2D9C90;
}
.TagClassName
{
border-color: #2D9C90;
}
</style>