#299190

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

Shades of Java #299190

Tints of Java #299190

Color information

#299190 (or 0x299190) is unknown color: approx Java. HEX triplet: 29, 91 and 90. RGB value is (41,145,144). Sum of RGB (Red+Green+Blue) = 41+145+144=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #299190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299190 is #D66E6F. Grayscale: #717171. Windows color (decimal): -14052976 or 9474345. OLE color: 9474345.

HSL color Cylindrical-coordinate representation of color #299190: hue angle of 179.42º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299190 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB41145144-
CMYK0.7200.010.43
HSL179.42º55.91%36.47%-
HSV(B)179.42º71.72%56.86%-
XYZ16.0722.7429.93-
YUV113.79145.0476.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=12.42%
G=43.94%
B=43.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451440.7200.010.43179.4255.9136.47
Hex29919048012Bb33824
Octal5122122011001532637044
Binary101001100100011001000010010000110101110110011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299190; }

 p { color: rgb(41,145,144); }

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

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

 a { background-color: rgb(41,145,144); }

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

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

 span { border-color: rgb(41,145,144); }

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