#299184

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

Shades of Java #299184

Tints of Java #299184

Color information

#299184 (or 0x299184) is unknown color: approx Java. HEX triplet: 29, 91 and 84. RGB value is (41,145,132). Sum of RGB (Red+Green+Blue) = 41+145+132=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #299184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299184 is #D66E7B. Grayscale: #707070. Windows color (decimal): -14052988 or 8687913. OLE color: 8687913.

HSL color Cylindrical-coordinate representation of color #299184: hue angle of 172.5º 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 #299184 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB41145132-
CMYK0.7200.090.43
HSL172.5º55.91%36.47%-
HSV(B)172.5º71.72%56.86%-
XYZ15.222.3925.35-
YUV112.42139.0477.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=12.89%
G=45.60%
B=41.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451320.7200.090.43172.555.9136.47
Hex29918448092Bac3824
Octal51221204110011532547044
Binary101001100100011000010010010000100110101110101100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299184; }

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

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

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

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

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

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

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

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