Shades of Java #2D9092
Tints of Java #2D9092
RGB
CMYK
RGB Variations
Color information
#2D9092 (or 0x2D9092) is known color: Java. HEX triplet: 2D, 90 and 92. RGB value is (45,144,146). Sum of RGB (Red+Green+Blue) = 45+144+146=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D9092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9092 is #D26F6D. Grayscale: #727272. Windows color (decimal): -13791086 or 9605165. OLE color: 9605165.
HSL color Cylindrical-coordinate representation of color #2D9092: hue angle of 181.19º 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 #2D9092 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 144 | 146 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.43 |
| HSL | 181.19º | 0.53% | 0.37% | - |
| HSV(B) | 181.19º | 0.69% | 0.57% | - |
| XYZ | 16.24 | 22.58 | 30.7 | - |
| YUV | 114.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 146 | 0.69 | 0.01 | 0 | 0.43 | 181.19 | 0.53 | 0.37 |
| Hex | 2D | 90 | 92 | 45 | 1 | 0 | 2B | B5 | 35 | 25 |
| Octal | 55 | 220 | 222 | 105 | 1 | 0 | 53 | 265 | 65 | 45 |
| Binary | 101101 | 10010000 | 10010010 | 1000101 | 1 | 0 | 101011 | 10110101 | 110101 | 100101 |
Color Harmonies of #2D9092
Complementary color
Monochromatic Colors of #2D9092
Black with #2D9092
Text Example
Text Example
White with #2D9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9092; }
p { color: rgb(45,144,146); }
H1.HeaderClassName
{
color: #2D9092;
}
.AnyTagClassName
{
color: #2D9092;
}
</style>
background-color css
<style>
a { background-color: #2D9092; }
a { background-color: rgb(45,144,146); }
div.DivClassName
{
background-color: #2D9092;
}
.BgClassName
{
background-color: #2D9092;
}
</style>
border-color css
<style>
span { border-color: #2D9092; }
span { border-color: rgb(45,144,146); }
td.TdClassName
{
border-color: #2D9092;
}
.TagClassName
{
border-color: #2D9092;
}
</style>