#299285

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

Shades of Java #299285

Tints of Java #299285

Color information

#299285 (or 0x299285) is unknown color: approx Java. HEX triplet: 29, 92 and 85. RGB value is (41,146,133). Sum of RGB (Red+Green+Blue) = 41+146+133=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #299285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299285 is #D66D7A. Grayscale: #717171. Windows color (decimal): -14052731 or 8753705. OLE color: 8753705.

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

Color convert

RGB41146133-
CMYK0.7200.090.43
HSL172.57º56.15%36.67%-
HSV(B)172.57º71.92%57.25%-
XYZ15.4322.7225.76-
YUV113.12139.2176.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.81%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=12.81%
G=45.62%
B=41.56%

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
Decimal411461330.7200.090.43172.5756.1536.67
Hex29928548092Bad3825
Octal51222205110011532557045
Binary101001100100101000010110010000100110101110101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299285; }

 p { color: rgb(41,146,133); }

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

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

 a { background-color: rgb(41,146,133); }

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

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

 span { border-color: rgb(41,146,133); }

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