Shades of Java #27958F
Tints of Java #27958F
RGB
CMYK
RGB Variations
Color information
#27958F (or 0x27958F) is known color: Java. HEX triplet: 27, 95 and 8F. RGB value is (39,149,143). Sum of RGB (Red+Green+Blue) = 39+149+143=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #27958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27958F is #D86A70. Grayscale: #737373. Windows color (decimal): -14183025 or 9409831. OLE color: 9409831.
HSL color Cylindrical-coordinate representation of color #27958F: hue angle of 176.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27958F is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 149 | 143 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.42 |
| HSL | 176.73º | 0.59% | 0.37% | - |
| HSV(B) | 176.73º | 0.74% | 0.58% | - |
| XYZ | 16.54 | 23.91 | 29.73 | - |
| YUV | 115.43 | 143.56 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 143 | 0.74 | 0 | 0.04 | 0.42 | 176.73 | 0.59 | 0.37 |
| Hex | 27 | 95 | 8F | 4A | 0 | 4 | 2A | B1 | 3B | 25 |
| Octal | 47 | 225 | 217 | 112 | 0 | 4 | 52 | 261 | 73 | 45 |
| Binary | 100111 | 10010101 | 10001111 | 1001010 | 0 | 100 | 101010 | 10110001 | 111011 | 100101 |
Color Harmonies of #27958F
Complementary color
Monochromatic Colors of #27958F
Black with #27958F
Text Example
Text Example
White with #27958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27958F; }
p { color: rgb(39,149,143); }
H1.HeaderClassName
{
color: #27958F;
}
.AnyTagClassName
{
color: #27958F;
}
</style>
background-color css
<style>
a { background-color: #27958F; }
a { background-color: rgb(39,149,143); }
div.DivClassName
{
background-color: #27958F;
}
.BgClassName
{
background-color: #27958F;
}
</style>
border-color css
<style>
span { border-color: #27958F; }
span { border-color: rgb(39,149,143); }
td.TdClassName
{
border-color: #27958F;
}
.TagClassName
{
border-color: #27958F;
}
</style>