Shades of Java #278D8A
Tints of Java #278D8A
RGB
CMYK
RGB Variations
Color information
#278D8A (or 0x278D8A) is known color: Java. HEX triplet: 27, 8D and 8A. RGB value is (39,141,138). Sum of RGB (Red+Green+Blue) = 39+141+138=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #278D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278D8A is #D87275. Grayscale: #6E6E6E. Windows color (decimal): -14185078 or 9080103. OLE color: 9080103.
HSL color Cylindrical-coordinate representation of color #278D8A: hue angle of 178.24º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278D8A is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 141 | 138 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.45 |
| HSL | 178.24º | 0.57% | 0.35% | - |
| HSV(B) | 178.24º | 0.72% | 0.55% | - |
| XYZ | 14.95 | 21.32 | 27.37 | - |
| YUV | 110.16 | 143.71 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 138 | 0.72 | 0 | 0.02 | 0.45 | 178.24 | 0.57 | 0.35 |
| Hex | 27 | 8D | 8A | 48 | 0 | 2 | 2D | B2 | 39 | 23 |
| Octal | 47 | 215 | 212 | 110 | 0 | 2 | 55 | 262 | 71 | 43 |
| Binary | 100111 | 10001101 | 10001010 | 1001000 | 0 | 10 | 101101 | 10110010 | 111001 | 100011 |
Color Harmonies of #278D8A
Complementary color
Monochromatic Colors of #278D8A
Black with #278D8A
Text Example
Text Example
White with #278D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278D8A; }
p { color: rgb(39,141,138); }
H1.HeaderClassName
{
color: #278D8A;
}
.AnyTagClassName
{
color: #278D8A;
}
</style>
background-color css
<style>
a { background-color: #278D8A; }
a { background-color: rgb(39,141,138); }
div.DivClassName
{
background-color: #278D8A;
}
.BgClassName
{
background-color: #278D8A;
}
</style>
border-color css
<style>
span { border-color: #278D8A; }
span { border-color: rgb(39,141,138); }
td.TdClassName
{
border-color: #278D8A;
}
.TagClassName
{
border-color: #278D8A;
}
</style>