Shades of Java #249282
Tints of Java #249282
RGB
CMYK
RGB Variations
Color information
#249282 (or 0x249282) is known color: Java. HEX triplet: 24, 92 and 82. RGB value is (36,146,130). Sum of RGB (Red+Green+Blue) = 36+146+130=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #249282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249282 is #DB6D7D. Grayscale: #6F6F6F. Windows color (decimal): -14380414 or 8557092. OLE color: 8557092.
HSL color Cylindrical-coordinate representation of color #249282: hue angle of 171.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249282 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 130 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.43 |
| HSL | 171.27º | 0.6% | 0.36% | - |
| HSV(B) | 171.27º | 0.75% | 0.57% | - |
| XYZ | 15.04 | 22.54 | 24.68 | - |
| YUV | 111.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 130 | 0.75 | 0 | 0.11 | 0.43 | 171.27 | 0.6 | 0.36 |
| Hex | 24 | 92 | 82 | 4B | 0 | B | 2B | AB | 3C | 24 |
| Octal | 44 | 222 | 202 | 113 | 0 | 13 | 53 | 253 | 74 | 44 |
| Binary | 100100 | 10010010 | 10000010 | 1001011 | 0 | 1011 | 101011 | 10101011 | 111100 | 100100 |
Color Harmonies of #249282
Complementary color
Monochromatic Colors of #249282
Black with #249282
Text Example
Text Example
White with #249282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249282; }
p { color: rgb(36,146,130); }
H1.HeaderClassName
{
color: #249282;
}
.AnyTagClassName
{
color: #249282;
}
</style>
background-color css
<style>
a { background-color: #249282; }
a { background-color: rgb(36,146,130); }
div.DivClassName
{
background-color: #249282;
}
.BgClassName
{
background-color: #249282;
}
</style>
border-color css
<style>
span { border-color: #249282; }
span { border-color: rgb(36,146,130); }
td.TdClassName
{
border-color: #249282;
}
.TagClassName
{
border-color: #249282;
}
</style>