Shades of Java #23928A
Tints of Java #23928A
RGB
CMYK
RGB Variations
Color information
#23928A (or 0x23928A) is known color: Java. HEX triplet: 23, 92 and 8A. RGB value is (35,146,138). Sum of RGB (Red+Green+Blue) = 35+146+138=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #23928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23928A is #DC6D75. Grayscale: #6F6F6F. Windows color (decimal): -14445942 or 9081379. OLE color: 9081379.
HSL color Cylindrical-coordinate representation of color #23928A: hue angle of 175.68º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23928A is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 138 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.43 |
| HSL | 175.68º | 0.61% | 0.35% | - |
| HSV(B) | 175.68º | 0.76% | 0.57% | - |
| XYZ | 15.56 | 22.75 | 27.62 | - |
| YUV | 111.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 138 | 0.76 | 0 | 0.05 | 0.43 | 175.68 | 0.61 | 0.35 |
| Hex | 23 | 92 | 8A | 4C | 0 | 5 | 2B | B0 | 3D | 23 |
| Octal | 43 | 222 | 212 | 114 | 0 | 5 | 53 | 260 | 75 | 43 |
| Binary | 100011 | 10010010 | 10001010 | 1001100 | 0 | 101 | 101011 | 10110000 | 111101 | 100011 |
Color Harmonies of #23928A
Complementary color
Monochromatic Colors of #23928A
Black with #23928A
Text Example
Text Example
White with #23928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23928A; }
p { color: rgb(35,146,138); }
H1.HeaderClassName
{
color: #23928A;
}
.AnyTagClassName
{
color: #23928A;
}
</style>
background-color css
<style>
a { background-color: #23928A; }
a { background-color: rgb(35,146,138); }
div.DivClassName
{
background-color: #23928A;
}
.BgClassName
{
background-color: #23928A;
}
</style>
border-color css
<style>
span { border-color: #23928A; }
span { border-color: rgb(35,146,138); }
td.TdClassName
{
border-color: #23928A;
}
.TagClassName
{
border-color: #23928A;
}
</style>