Shades of Java #229F92
Tints of Java #229F92
RGB
CMYK
RGB Variations
Color information
#229F92 (or 0x229F92) is known color: Java. HEX triplet: 22, 9F and 92. RGB value is (34,159,146). Sum of RGB (Red+Green+Blue) = 34+159+146=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #229F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229F92 is #DD606D. Grayscale: #787878. Windows color (decimal): -14508142 or 9608994. OLE color: 9608994.
HSL color Cylindrical-coordinate representation of color #229F92: hue angle of 173.76º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F92 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 146 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.38 |
| HSL | 173.76º | 0.65% | 0.38% | - |
| HSV(B) | 173.76º | 0.79% | 0.62% | - |
| XYZ | 18.25 | 27.21 | 31.48 | - |
| YUV | 120.14 | 142.59 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 146 | 0.79 | 0 | 0.08 | 0.38 | 173.76 | 0.65 | 0.38 |
| Hex | 22 | 9F | 92 | 4F | 0 | 8 | 26 | AE | 41 | 26 |
| Octal | 42 | 237 | 222 | 117 | 0 | 10 | 46 | 256 | 101 | 46 |
| Binary | 100010 | 10011111 | 10010010 | 1001111 | 0 | 1000 | 100110 | 10101110 | 1000001 | 100110 |
Color Harmonies of #229F92
Complementary color
Monochromatic Colors of #229F92
Black with #229F92
Text Example
Text Example
White with #229F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F92; }
p { color: rgb(34,159,146); }
H1.HeaderClassName
{
color: #229F92;
}
.AnyTagClassName
{
color: #229F92;
}
</style>
background-color css
<style>
a { background-color: #229F92; }
a { background-color: rgb(34,159,146); }
div.DivClassName
{
background-color: #229F92;
}
.BgClassName
{
background-color: #229F92;
}
</style>
border-color css
<style>
span { border-color: #229F92; }
span { border-color: rgb(34,159,146); }
td.TdClassName
{
border-color: #229F92;
}
.TagClassName
{
border-color: #229F92;
}
</style>