Shades of Java #24938D
Tints of Java #24938D
RGB
CMYK
RGB Variations
Color information
#24938D (or 0x24938D) is known color: Java. HEX triplet: 24, 93 and 8D. RGB value is (36,147,141). Sum of RGB (Red+Green+Blue) = 36+147+141=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #24938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24938D is #DB6C72. Grayscale: #717171. Windows color (decimal): -14380147 or 9278244. OLE color: 9278244.
HSL color Cylindrical-coordinate representation of color #24938D: hue angle of 176.76º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24938D is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 147 | 141 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.42 |
| HSL | 176.76º | 0.61% | 0.36% | - |
| HSV(B) | 176.76º | 0.76% | 0.58% | - |
| XYZ | 15.97 | 23.17 | 28.83 | - |
| YUV | 113.13 | 143.73 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 147 | 141 | 0.76 | 0 | 0.04 | 0.42 | 176.76 | 0.61 | 0.36 |
| Hex | 24 | 93 | 8D | 4C | 0 | 4 | 2A | B1 | 3D | 24 |
| Octal | 44 | 223 | 215 | 114 | 0 | 4 | 52 | 261 | 75 | 44 |
| Binary | 100100 | 10010011 | 10001101 | 1001100 | 0 | 100 | 101010 | 10110001 | 111101 | 100100 |
Color Harmonies of #24938D
Complementary color
Monochromatic Colors of #24938D
Black with #24938D
Text Example
Text Example
White with #24938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24938D; }
p { color: rgb(36,147,141); }
H1.HeaderClassName
{
color: #24938D;
}
.AnyTagClassName
{
color: #24938D;
}
</style>
background-color css
<style>
a { background-color: #24938D; }
a { background-color: rgb(36,147,141); }
div.DivClassName
{
background-color: #24938D;
}
.BgClassName
{
background-color: #24938D;
}
</style>
border-color css
<style>
span { border-color: #24938D; }
span { border-color: rgb(36,147,141); }
td.TdClassName
{
border-color: #24938D;
}
.TagClassName
{
border-color: #24938D;
}
</style>