#299B94

Color #299B94 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #299B94

Tints of Java #299B94

Color information

#299B94 (or 0x299B94) is unknown color: approx Java. HEX triplet: 29, 9B and 94. RGB value is (41,155,148). Sum of RGB (Red+Green+Blue) = 41+155+148=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #299B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B94 is #D6646B. Grayscale: #787878. Windows color (decimal): -14050412 or 9739049. OLE color: 9739049.

HSL color Cylindrical-coordinate representation of color #299B94: hue angle of 176.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B94 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB41155148-
CMYK0.7400.050.39
HSL176.32º58.16%38.43%-
HSV(B)176.32º73.55%60.78%-
XYZ17.9826.0532.1-
YUV120.12143.7371.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 11.92%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=11.92%
G=45.06%
B=43.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411551480.7400.050.39176.3258.1638.43
Hex299B944A0527b03a26
Octal5123322411205472607246
Binary10100110011011100101001001010010110011110110000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299B94; }

 p { color: rgb(41,155,148); }

 H1.HeaderClassName
 {
   color: #299B94;
 }
 .AnyTagClassName
 {
   color: #299B94;
 }
</style>
background-color css

<style>
 a { background-color: #299B94; }

 a { background-color: rgb(41,155,148); }

 div.DivClassName
 {
   background-color: #299B94;
 }
 .BgClassName
 {
   background-color: #299B94;
 }
</style>
border-color css

<style>
 span { border-color: #299B94; }

 span { border-color: rgb(41,155,148); }

 td.TdClassName
 {
   border-color: #299B94;
 }
 .TagClassName
 {
   border-color: #299B94;
 }
</style>