Shades of Java #2A8F8A
Tints of Java #2A8F8A
RGB
CMYK
RGB Variations
Color information
#2A8F8A (or 0x2A8F8A) is known color: Java. HEX triplet: 2A, 8F and 8A. RGB value is (42,143,138). Sum of RGB (Red+Green+Blue) = 42+143+138=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8F8A is #D57075. Grayscale: #707070. Windows color (decimal): -13987958 or 9080618. OLE color: 9080618.
HSL color Cylindrical-coordinate representation of color #2A8F8A: hue angle of 177.03º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F8A is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 138 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.44 |
| HSL | 177.03º | 0.55% | 0.36% | - |
| HSV(B) | 177.03º | 0.71% | 0.56% | - |
| XYZ | 15.36 | 21.97 | 27.48 | - |
| YUV | 112.23 | 142.54 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 138 | 0.71 | 0 | 0.03 | 0.44 | 177.03 | 0.55 | 0.36 |
| Hex | 2A | 8F | 8A | 47 | 0 | 3 | 2C | B1 | 37 | 24 |
| Octal | 52 | 217 | 212 | 107 | 0 | 3 | 54 | 261 | 67 | 44 |
| Binary | 101010 | 10001111 | 10001010 | 1000111 | 0 | 11 | 101100 | 10110001 | 110111 | 100100 |
Color Harmonies of #2A8F8A
Complementary color
Monochromatic Colors of #2A8F8A
Black with #2A8F8A
Text Example
Text Example
White with #2A8F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F8A; }
p { color: rgb(42,143,138); }
H1.HeaderClassName
{
color: #2A8F8A;
}
.AnyTagClassName
{
color: #2A8F8A;
}
</style>
background-color css
<style>
a { background-color: #2A8F8A; }
a { background-color: rgb(42,143,138); }
div.DivClassName
{
background-color: #2A8F8A;
}
.BgClassName
{
background-color: #2A8F8A;
}
</style>
border-color css
<style>
span { border-color: #2A8F8A; }
span { border-color: rgb(42,143,138); }
td.TdClassName
{
border-color: #2A8F8A;
}
.TagClassName
{
border-color: #2A8F8A;
}
</style>