Shades of Java #2D9299
Tints of Java #2D9299
RGB
CMYK
RGB Variations
Color information
#2D9299 (or 0x2D9299) is known color: Java. HEX triplet: 2D, 92 and 99. RGB value is (45,146,153). Sum of RGB (Red+Green+Blue) = 45+146+153=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D9299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9299 is #D26D66. Grayscale: #747474. Windows color (decimal): -13790567 or 10064429. OLE color: 10064429.
HSL color Cylindrical-coordinate representation of color #2D9299: hue angle of 183.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9299 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 146 | 153 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.4 |
| HSL | 183.89º | 0.55% | 0.39% | - |
| HSV(B) | 183.89º | 0.71% | 0.6% | - |
| XYZ | 17.11 | 23.42 | 33.75 | - |
| YUV | 116.6 | 148.54 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 153 | 0.71 | 0.05 | 0 | 0.4 | 183.89 | 0.55 | 0.39 |
| Hex | 2D | 92 | 99 | 47 | 5 | 0 | 28 | B8 | 37 | 27 |
| Octal | 55 | 222 | 231 | 107 | 5 | 0 | 50 | 270 | 67 | 47 |
| Binary | 101101 | 10010010 | 10011001 | 1000111 | 101 | 0 | 101000 | 10111000 | 110111 | 100111 |
Color Harmonies of #2D9299
Complementary color
Monochromatic Colors of #2D9299
Black with #2D9299
Text Example
Text Example
White with #2D9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9299; }
p { color: rgb(45,146,153); }
H1.HeaderClassName
{
color: #2D9299;
}
.AnyTagClassName
{
color: #2D9299;
}
</style>
background-color css
<style>
a { background-color: #2D9299; }
a { background-color: rgb(45,146,153); }
div.DivClassName
{
background-color: #2D9299;
}
.BgClassName
{
background-color: #2D9299;
}
</style>
border-color css
<style>
span { border-color: #2D9299; }
span { border-color: rgb(45,146,153); }
td.TdClassName
{
border-color: #2D9299;
}
.TagClassName
{
border-color: #2D9299;
}
</style>