Shades of Java #2D9CA2
Tints of Java #2D9CA2
RGB
CMYK
RGB Variations
Color information
#2D9CA2 (or 0x2D9CA2) is known color: Java. HEX triplet: 2D, 9C and A2. RGB value is (45,156,162). Sum of RGB (Red+Green+Blue) = 45+156+162=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 162 - color contains mainly: blue. Hex color #2D9CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9CA2 is #D2635D. Grayscale: #7B7B7B. Windows color (decimal): -13787998 or 10656813. OLE color: 10656813.
HSL color Cylindrical-coordinate representation of color #2D9CA2: hue angle of 183.08º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9CA2 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 156 | 162 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.36 |
| HSL | 183.08º | 0.57% | 0.41% | - |
| HSV(B) | 183.08º | 0.72% | 0.64% | - |
| XYZ | 19.49 | 26.94 | 38.36 | - |
| YUV | 123.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 162 | 0.72 | 0.04 | 0 | 0.36 | 183.08 | 0.57 | 0.41 |
| Hex | 2D | 9C | A2 | 48 | 4 | 0 | 24 | B7 | 39 | 29 |
| Octal | 55 | 234 | 242 | 110 | 4 | 0 | 44 | 267 | 71 | 51 |
| Binary | 101101 | 10011100 | 10100010 | 1001000 | 100 | 0 | 100100 | 10110111 | 111001 | 101001 |
Color Harmonies of #2D9CA2
Complementary color
Monochromatic Colors of #2D9CA2
Black with #2D9CA2
Text Example
Text Example
White with #2D9CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9CA2; }
p { color: rgb(45,156,162); }
H1.HeaderClassName
{
color: #2D9CA2;
}
.AnyTagClassName
{
color: #2D9CA2;
}
</style>
background-color css
<style>
a { background-color: #2D9CA2; }
a { background-color: rgb(45,156,162); }
div.DivClassName
{
background-color: #2D9CA2;
}
.BgClassName
{
background-color: #2D9CA2;
}
</style>
border-color css
<style>
span { border-color: #2D9CA2; }
span { border-color: rgb(45,156,162); }
td.TdClassName
{
border-color: #2D9CA2;
}
.TagClassName
{
border-color: #2D9CA2;
}
</style>