Shades of Java #299C94
Tints of Java #299C94
RGB
CMYK
RGB Variations
Color information
#299C94 (or 0x299C94) is known color: Java. HEX triplet: 29, 9C and 94. RGB value is (41,156,148). Sum of RGB (Red+Green+Blue) = 41+156+148=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #299C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C94 is #D6636B. Grayscale: #787878. Windows color (decimal): -14050156 or 9739305. OLE color: 9739305.
HSL color Cylindrical-coordinate representation of color #299C94: hue angle of 175.83º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C94 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 148 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.39 |
| HSL | 175.83º | 0.58% | 0.39% | - |
| HSV(B) | 175.83º | 0.74% | 0.61% | - |
| XYZ | 18.15 | 26.39 | 32.15 | - |
| YUV | 120.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 148 | 0.74 | 0 | 0.05 | 0.39 | 175.83 | 0.58 | 0.39 |
| Hex | 29 | 9C | 94 | 4A | 0 | 5 | 27 | B0 | 3A | 27 |
| Octal | 51 | 234 | 224 | 112 | 0 | 5 | 47 | 260 | 72 | 47 |
| Binary | 101001 | 10011100 | 10010100 | 1001010 | 0 | 101 | 100111 | 10110000 | 111010 | 100111 |
Color Harmonies of #299C94
Complementary color
Monochromatic Colors of #299C94
Black with #299C94
Text Example
Text Example
White with #299C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C94; }
p { color: rgb(41,156,148); }
H1.HeaderClassName
{
color: #299C94;
}
.AnyTagClassName
{
color: #299C94;
}
</style>
background-color css
<style>
a { background-color: #299C94; }
a { background-color: rgb(41,156,148); }
div.DivClassName
{
background-color: #299C94;
}
.BgClassName
{
background-color: #299C94;
}
</style>
border-color css
<style>
span { border-color: #299C94; }
span { border-color: rgb(41,156,148); }
td.TdClassName
{
border-color: #299C94;
}
.TagClassName
{
border-color: #299C94;
}
</style>