#299594

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

Shades of Java #299594

Tints of Java #299594

Color information

#299594 (or 0x299594) is unknown color: approx Java. HEX triplet: 29, 95 and 94. RGB value is (41,149,148). Sum of RGB (Red+Green+Blue) = 41+149+148=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #299594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299594 is #D66A6B. Grayscale: #747474. Windows color (decimal): -14051948 or 9737513. OLE color: 9737513.

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

Color convert

RGB41149148-
CMYK0.7200.010.42
HSL179.44º56.84%37.25%-
HSV(B)179.44º72.48%58.43%-
XYZ17.0124.131.77-
YUV116.59145.7274.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=12.13%
G=44.08%
B=43.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411491480.7200.010.42179.4456.8437.25
Hex29959448012Ab33925
Octal5122522411001522637145
Binary101001100101011001010010010000110101010110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299594; }

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

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

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

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

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

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

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

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