#299F94

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

Shades of Java #299F94

Tints of Java #299F94

Color information

#299F94 (or 0x299F94) is unknown color: approx Java. HEX triplet: 29, 9F and 94. RGB value is (41,159,148). Sum of RGB (Red+Green+Blue) = 41+159+148=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #299F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F94 is #D6606B. Grayscale: #7A7A7A. Windows color (decimal): -14049388 or 9740073. OLE color: 9740073.

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

Color convert

RGB41159148-
CMYK0.7400.070.38
HSL174.41º59%39.22%-
HSV(B)174.41º74.21%62.35%-
XYZ18.6627.4132.32-
YUV122.46142.4169.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.78%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=11.78%
G=45.69%
B=42.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411591480.7400.070.38174.415939.22
Hex299F944A0726ae3b27
Octal5123722411207462567347
Binary10100110011111100101001001010011110011010101110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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