Shades of Java #298E8A
Tints of Java #298E8A
RGB
CMYK
RGB Variations
Color information
#298E8A (or 0x298E8A) is known color: Java. HEX triplet: 29, 8E and 8A. RGB value is (41,142,138). Sum of RGB (Red+Green+Blue) = 41+142+138=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #298E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298E8A is #D67175. Grayscale: #6F6F6F. Windows color (decimal): -14053750 or 9080361. OLE color: 9080361.
HSL color Cylindrical-coordinate representation of color #298E8A: hue angle of 177.62º 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 #298E8A is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 142 | 138 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.44 |
| HSL | 177.62º | 0.55% | 0.36% | - |
| HSV(B) | 177.62º | 0.71% | 0.56% | - |
| XYZ | 15.17 | 21.65 | 27.42 | - |
| YUV | 111.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 138 | 0.71 | 0 | 0.03 | 0.44 | 177.62 | 0.55 | 0.36 |
| Hex | 29 | 8E | 8A | 47 | 0 | 3 | 2C | B2 | 37 | 24 |
| Octal | 51 | 216 | 212 | 107 | 0 | 3 | 54 | 262 | 67 | 44 |
| Binary | 101001 | 10001110 | 10001010 | 1000111 | 0 | 11 | 101100 | 10110010 | 110111 | 100100 |
Color Harmonies of #298E8A
Complementary color
Monochromatic Colors of #298E8A
Black with #298E8A
Text Example
Text Example
White with #298E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298E8A; }
p { color: rgb(41,142,138); }
H1.HeaderClassName
{
color: #298E8A;
}
.AnyTagClassName
{
color: #298E8A;
}
</style>
background-color css
<style>
a { background-color: #298E8A; }
a { background-color: rgb(41,142,138); }
div.DivClassName
{
background-color: #298E8A;
}
.BgClassName
{
background-color: #298E8A;
}
</style>
border-color css
<style>
span { border-color: #298E8A; }
span { border-color: rgb(41,142,138); }
td.TdClassName
{
border-color: #298E8A;
}
.TagClassName
{
border-color: #298E8A;
}
</style>