Shades of Java #249F92
Tints of Java #249F92
RGB
CMYK
RGB Variations
Color information
#249F92 (or 0x249F92) is known color: Java. HEX triplet: 24, 9F and 92. RGB value is (36,159,146). Sum of RGB (Red+Green+Blue) = 36+159+146=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #249F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F92 is #DB606D. Grayscale: #787878. Windows color (decimal): -14377070 or 9608996. OLE color: 9608996.
HSL color Cylindrical-coordinate representation of color #249F92: hue angle of 173.66º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F92 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 146 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.38 |
| HSL | 173.66º | 0.63% | 0.38% | - |
| HSV(B) | 173.66º | 0.77% | 0.62% | - |
| XYZ | 18.31 | 27.25 | 31.49 | - |
| YUV | 120.74 | 142.25 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 146 | 0.77 | 0 | 0.08 | 0.38 | 173.66 | 0.63 | 0.38 |
| Hex | 24 | 9F | 92 | 4D | 0 | 8 | 26 | AE | 3F | 26 |
| Octal | 44 | 237 | 222 | 115 | 0 | 10 | 46 | 256 | 77 | 46 |
| Binary | 100100 | 10011111 | 10010010 | 1001101 | 0 | 1000 | 100110 | 10101110 | 111111 | 100110 |
Color Harmonies of #249F92
Complementary color
Monochromatic Colors of #249F92
Black with #249F92
Text Example
Text Example
White with #249F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F92; }
p { color: rgb(36,159,146); }
H1.HeaderClassName
{
color: #249F92;
}
.AnyTagClassName
{
color: #249F92;
}
</style>
background-color css
<style>
a { background-color: #249F92; }
a { background-color: rgb(36,159,146); }
div.DivClassName
{
background-color: #249F92;
}
.BgClassName
{
background-color: #249F92;
}
</style>
border-color css
<style>
span { border-color: #249F92; }
span { border-color: rgb(36,159,146); }
td.TdClassName
{
border-color: #249F92;
}
.TagClassName
{
border-color: #249F92;
}
</style>